summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcol2019-06-06 16:59:49 +0100
committermcol2019-06-06 16:59:49 +0100
commitb6ffc4d09ffe1e8251446fec2a2dbc4911cce996 (patch)
tree66fbfcb433b9e4f6537603caedf142c485d97ad0
parentc875bbb5315a30b47303829005c478310d1efd3c (diff)
downloadaur-bkmkfi-git.tar.gz
add python-setuptools to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebdaf763bda1..77e2938c9230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = bkmkfi-git
arch = any
license = GPL3
makedepends = git
+ makedepends = python-setuptools
depends = python3
depends = rofi
provides = bkmkfi
diff --git a/PKGBUILD b/PKGBUILD
index ba587fbb72fd..20fda2775f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
source=("git+$url")
depends=('python3' 'rofi')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
optdepends=()
sha256sums=('SKIP')