summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Vercesi2021-06-03 21:04:38 +0200
committerGiacomo Vercesi2021-06-03 21:04:38 +0200
commit9eef4fcad31320d5ca24fc442b6f43530ddd7863 (patch)
tree94d6fda4e04da3335f91c9d3ed007252d8e9a587
parentd0b1669554b22c80ccf1dc132f0a6fc30fc73dea (diff)
downloadaur-python-iperf3.tar.gz
Add python-setuptools to makedepends
-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')