summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHauke Rehfeld2022-12-18 14:24:13 +0100
committerHauke Rehfeld2022-12-18 14:24:13 +0100
commit87b5f0aad3dfebd3ca5339184a1fc51f57edef8f (patch)
treed781c5186356393ae402332dca7af5f162588d6f /PKGBUILD
parentd4c3dd75ea2a91b432249bfe2a4b80d7a8059786 (diff)
downloadaur-87b5f0aad3dfebd3ca5339184a1fc51f57edef8f.tar.gz
fix: missing makedepends python-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80a9f751cd32..22ff722ba3b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="python libsodium wrapper"
arch=(any)
url="https://github.com/stef/pysodium"
license=(BSD)
-makedepends=("python" "python-pip" "python-wheel" python-build python-installer)
+makedepends=("python" "python-pip" "python-wheel" python-build python-installer python-setuptools)
depends=("libsodium" "python")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/${_pkgsubdir}.tar.gz")
sha256sums=('3e9005c770dca021889b2fe77db7ffa3c2e98fcac7e3cc1e8e157b9ed78f1fc8')