summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')