summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiacomo Vercesi2021-06-03 21:04:38 +0200
committerGiacomo Vercesi2021-06-03 21:04:38 +0200
commit9eef4fcad31320d5ca24fc442b6f43530ddd7863 (patch)
tree94d6fda4e04da3335f91c9d3ed007252d8e9a587 /PKGBUILD
parentd0b1669554b22c80ccf1dc132f0a6fc30fc73dea (diff)
downloadaur-9eef4fcad31320d5ca24fc442b6f43530ddd7863.tar.gz
Add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')