summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Squillace2022-10-29 00:09:51 +0200
committerFilippo Squillace2022-10-29 00:09:51 +0200
commitf64f3dfd882774bb6493572949b914999ef9b804 (patch)
tree2e8728880a2ed3143b583cfd314a332904e7c933
parentc4d9f54114194c79fae5ca2476bd252b27493338 (diff)
downloadaur-f64f3dfd882774bb6493572949b914999ef9b804.tar.gz
Add setuptool dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd7a38e156e4..a806e25331a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/pearl-core/pearl"
license=('GPL')
groups=()
-depends=('git' 'python')
+depends=('git' 'python' 'python-setuptools')
makedepends=(git python-build python-installer python-wheel)
provides=("${pkgname%-git}")