summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-10-10 09:07:25 +1000
committerMark Blakeney2022-10-10 09:07:25 +1000
commit273601e077ab6d4341f60cf5d32174b995a5ac77 (patch)
treebf3fb0a9a2a5d1476ebb37df26236798717a2d3d /PKGBUILD
parent47966cc6126eeb2483f7ebaa4e1774563a57ac32 (diff)
downloadaur-273601e077ab6d4341f60cf5d32174b995a5ac77.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 ca36b729abfe..0e3ad0b5cb34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
depends=("python>=3.7")
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-setuptools python-build python-installer python-wheel)
install=install.sh
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha1sums=('46a811141b79daacd4a5fda079c1b54de9152e85')