summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-10 09:08:35 +1000
committerMark Blakeney2022-10-10 09:08:35 +1000
commit88ac8a4f254d231836be8be2c96544d8a9742ca4 (patch)
tree7098195c1fc3c9e358dd11d7a4d3519a4b4191e1
parent227c72b58fd540a012ce7d7b99c6b71b93f153a5 (diff)
downloadaur-88ac8a4f254d231836be8be2c96544d8a9742ca4.tar.gz
Add missing setuptools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bee5bb857f39..46d4cde8885c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = pacpush
url = https://github.com/bulletmark/pacpush
arch = any
license = GPL3
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index a4101584d0ae..0f0c56415869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=("GPL3")
arch=("any")
depends=("python>=3.6" "rsync" "sudo" "openssh" "python-requests"
"python-ruamel-yaml" "python-rich" "python-packaging")
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")