summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 541eea2e503f..8b1448ee2925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = d3s-nagios-plugins-git
arch = any
license = Apache
makedepends = git
+ makedepends = python-setuptools
depends = python
source = d3s-nagios-plugins::git+https://github.com/D-iii-S/d3s-nagios-plugins.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ecb005b21ad2..5c1be0cc2a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Apache')
url="https://github.com/D-iii-S/d3s-nagios-plugins"
# Most AUR helpers unfortunately do not support versioned deps in the AUR ("python-acme=${pkgver}")
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
source=("${_reponame}"::"git+https://github.com/D-iii-S/${_reponame}.git")
sha512sums=('SKIP')