summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Knight2024-03-02 13:05:31 -0500
committerJames Knight2024-03-02 13:05:31 -0500
commit2bdc4f0d68650b6a1c033d4dd04d2060c80056d1 (patch)
tree514dc84f329feb6b5ab11c892442667c593caab2
parent4206bd29de0b85e66381e8d85ba46957ebceab5f (diff)
downloadaur-2bdc4f0d68650b6a1c033d4dd04d2060c80056d1.tar.gz
adding missing python-setuptools package
releng-tool relies on setuptools for its installation; adding the package as a dependency. Signed-off-by: James Knight <james.d.knight@live.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1b9c6b5a8d..80e1bf24a01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = releng-tool
makedepends = python
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
optdepends = autoconf: support for autotools package management
optdepends = bash-completion: shell completion for bash
diff --git a/PKGBUILD b/PKGBUILD
index 3bbc8b45e1b2..6b58143e2e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ makedepends=(
python
python-build
python-installer
+ python-setuptools
python-wheel
)
optdepends=(