summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc44e832271..0f7eddfd17ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = python-iperf3
url = https://github.com/thiezn/iperf3-python
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python
depends = iperf3
source = https://github.com/thiezn/iperf3-python/archive/v0.1.11.tar.gz
sha1sums = 6768f369167ee509ce20416be28846fc829a50af
pkgname = python-iperf3
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a69ba845f05..1938bc821c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/thiezn/iperf3-python"
license=('GPL')
depends=('python' 'iperf3')
+makedepends=('python-setuptools')
source=("https://github.com/thiezn/iperf3-python/archive/v$pkgver.tar.gz")
sha1sums=('6768f369167ee509ce20416be28846fc829a50af')