summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavion2023-03-12 10:33:39 +1000
committerXavion2023-03-12 10:33:39 +1000
commitbc10910c35b92a206c057791790f84e3777abcbc (patch)
tree2404b6b0eb395a91023b9a9ae2abe28e749bd9f6 /PKGBUILD
parentff867e4b09572633fbd409424e1c25c54fefd1e0 (diff)
downloadaur-python-pympler.tar.gz
Added 'python-setuptools' make-dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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() {