summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcol2019-06-06 16:59:49 +0100
committermcol2019-06-06 16:59:49 +0100
commitb6ffc4d09ffe1e8251446fec2a2dbc4911cce996 (patch)
tree66fbfcb433b9e4f6537603caedf142c485d97ad0 /PKGBUILD
parentc875bbb5315a30b47303829005c478310d1efd3c (diff)
downloadaur-bkmkfi-git.tar.gz
add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')