summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A.2023-11-02 15:23:04 +0100
committerPhilipp A.2023-11-02 15:23:04 +0100
commit3fc82a5b72779fe57b8dffb2c6b339cf834098c8 (patch)
treea019c68d831b2569f38b971f7710278e41553bb6 /PKGBUILD
parent09bbefb04795eb0bc9115e5c031a2427f1f2f80d (diff)
downloadaur-3fc82a5b72779fe57b8dffb2c6b339cf834098c8.tar.gz
fix makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d32b967a4310..730c42dc71d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=plotnine
pkgname=python-$_name
pkgver=0.12.3
-pkgrel=1
+pkgrel=2
pkgdesc='A grammar of graphics for python'
arch=(any)
url="https://github.com/has2k1/$_name"
@@ -32,6 +32,8 @@ makedepends=(
python-build
python-installer
python-wheel
+ python-setuptools
+ python-setuptools-scm
)
checkdepends=(