summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Winger2024-01-03 09:13:20 -0500
committerBenjamin Winger2024-01-03 09:13:20 -0500
commitebd70c0ebfbd8c163129944de43ccfbd3781c4cd (patch)
treeaf21ad6957e1901158acd00dc61da7eaa6a5292a /PKGBUILD
parent50879ed741800d7d201fef6fd3e8b9bf65d4360a (diff)
downloadaur-python-restrictedpython.tar.gz
Added missing wheel dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1acc13dc9d5..042038b6f295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/zopefoundation/RestrictedPython"
license=(ZPL)
depends=("python")
-makedepends=("python" "python-setuptools" "python-installer" "python-build")
+makedepends=("python" "python-setuptools" "python-installer" "python-build" "python-wheel")
checkdepends=("python-pytest" "python-pytest-mock")
source=("https://github.com/zopefoundation/$_pkgname/archive/$pkgver.tar.gz")
b2sums=('c71a70ce4f71b92d87e2bdab157cba4327227da6f1be226df573c25268cbd1afbde608ffcc5d8deb6cbe063244d7611bc8792c6e17ce495c50c5812527674e2e')