summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-10 09:07:25 +1000
committerMark Blakeney2022-10-10 09:07:25 +1000
commit273601e077ab6d4341f60cf5d32174b995a5ac77 (patch)
treebf3fb0a9a2a5d1476ebb37df26236798717a2d3d
parent47966cc6126eeb2483f7ebaa4e1774563a57ac32 (diff)
downloadaur-273601e077ab6d4341f60cf5d32174b995a5ac77.tar.gz
Add missing setuptools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec742ec6e9d1..7485530d44f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = cdhist
install = install.sh
arch = any
license = GPL3
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
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')