summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-08-11 10:33:03 +0200
committera8212023-08-11 10:33:03 +0200
commitba1e53a534ae4956bb2b96bc357e8ea3e254bbc2 (patch)
treebd4ca07a42461885fbf63b626f8e39309c6fe2c6
parent6fe3eb22ebaf508b9f3ff264792eed15025b3760 (diff)
downloadaur-ba1e53a534ae4956bb2b96bc357e8ea3e254bbc2.tar.gz
Add python-setuptools to makedepends back
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f634024cd236..ac4c39eab7db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-pynndescent
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-joblib
depends = python-numba
depends = python-scikit-learn
diff --git a/PKGBUILD b/PKGBUILD
index 3275aec4bdb4..026b156721f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/lmcinnes/pynndescent"
license=('BSD')
depends=('python-joblib' 'python-numba' 'python-scikit-learn' 'python-scipy')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
checkdepends=('python-pytest')
source=("https://pypi.io/packages/source/p/pynndescent/pynndescent-${pkgver}.tar.gz")
sha256sums=('5d5dc683c03ef55fe3ddf693859720ca18f85c6e6e5bb0b4f14870278d5288ad')