summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-01-08 09:52:20 -0500
committerGuillaume Horel2024-01-08 09:52:20 -0500
commitdb82137ab470c421b22efdb47968b967c4d7623c (patch)
tree50376d8b83b4f087b7018c918a44d8d29e0e584c
parent3f6b8892f33a008335d6768a6c0822f864f3f04e (diff)
downloadaur-python-ubelt.tar.gz
add setuptools to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4defb78fcb1d..4bde9b8f9ce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-ubelt
checkdepends = python-xdoctest
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-blake3
diff --git a/PKGBUILD b/PKGBUILD
index 7a79793bbfd8..43499f1524fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/Erotemic/ubelt"
license=('Apache')
depends=(python python-blake3 python-colorama python-dateutil python-pygments python-xxhash)
optdepends=()
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest python-xdoctest)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('cedca60a5911943ae1dcc10e4547b70f79e179a096f08cf37d2fcfcd2671abd3')