summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia B2022-09-25 19:57:14 +0200
committerMattia B2022-09-25 19:57:14 +0200
commit4cfc289386e7865d31a54780263465aa647b6b10 (patch)
tree859ba9fdc8faedaa05780afc4714f882777c3f1e
parent1932f2ad780cab3d397ca311bbaf3ac5795f36b5 (diff)
downloadaur-4cfc289386e7865d31a54780263465aa647b6b10.tar.gz
Add python-setuptools as a makedepend
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42e33e506ce7..46204b5ec92c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/rafatosta/${pkgname%-git}"
license=('GPL3')
depends=('python-pyqt6' 'python-pyqt6-webengine' 'dbus-python')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(git+$url.git)