summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Winger2024-01-03 09:14:43 -0500
committerBenjamin Winger2024-01-03 09:14:43 -0500
commitacaba82553674533a4af315effa1107e7dc1c4ca (patch)
tree5ca0cc1cbd3c131ce3909dc07ff41495cd331f49 /PKGBUILD
parent3103f9affca3a3f2c0568b483fad1520e5a1caf5 (diff)
downloadaur-python-fasteners-git.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 faf5be1625e3..11de72aef7c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(any)
url="https://github.com/harlowja/fasteners"
license=(Apache)
depends=("python")
-makedepends=("git" "python-setuptools" "python-build" "python-installer")
+makedepends=("git" "python-setuptools" "python-build" "python-installer" "python-wheel")
source=("fasteners::git+${url}")
sha512sums=('SKIP')