summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-10-10 09:09:32 +1000
committerMark Blakeney2022-10-10 09:09:32 +1000
commitfe7689637f4046f11cc330a84b28d52321874647 (patch)
treeffea43854b6882961d24006385f4496a70ec418b /PKGBUILD
parent82512341f44666854fef933b52c5b1a29f275865 (diff)
downloadaur-fe7689637f4046f11cc330a84b28d52321874647.tar.gz
Add missing setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 986fbd94d9b6..230c69db6e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
depends=("python>=3.5")
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
md5sums=('625026dfe6a1385557bed7735413e780')