summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Winger2024-01-03 09:14:43 -0500
committerBenjamin Winger2024-01-03 09:14:43 -0500
commitacaba82553674533a4af315effa1107e7dc1c4ca (patch)
tree5ca0cc1cbd3c131ce3909dc07ff41495cd331f49
parent3103f9affca3a3f2c0568b483fad1520e5a1caf5 (diff)
downloadaur-python-fasteners-git.tar.gz
Added missing wheel dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1199388d2c93..1eb9228368a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-fasteners-git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python
provides = python-fasteners
conflicts = python-fasteners
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')