summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2023-03-12 10:33:39 +1000
committerXavion2023-03-12 10:33:39 +1000
commitbc10910c35b92a206c057791790f84e3777abcbc (patch)
tree2404b6b0eb395a91023b9a9ae2abe28e749bd9f6
parentff867e4b09572633fbd409424e1c25c54fefd1e0 (diff)
downloadaur-bc10910c35b92a206c057791790f84e3777abcbc.tar.gz
Added 'python-setuptools' make-dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a358a661179..ea2b4902c7eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-pympler
url = https://pypi.org/project/Pympler/
arch = any
license = Apache
+ makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/12/b7/9d17fbb2fde0b035dbd27e5d82dfbcd3fa990cf5a469cef8e89712d16113/Pympler-1.0.1.tar.gz
sha256sums = 993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa
diff --git a/PKGBUILD b/PKGBUILD
index c45f387f9c7d..69c40d5a3aa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://pypi.org/project/${_realname_}/"
arch=("any")
license=("Apache")
depends=("python")
+makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/12/b7/9d17fbb2fde0b035dbd27e5d82dfbcd3fa990cf5a469cef8e89712d16113/${_realname_}-${pkgver}.tar.gz")
build() {