Ensure python-wheel is listed as a dependency
This commit is contained in:
parent
c2c15e3cf1
commit
5e893dad85
2
PKGBUILD
2
PKGBUILD
@ -7,7 +7,7 @@ arch=('any')
|
||||
license=('MIT')
|
||||
groups=(pacman-helpers)
|
||||
depends=(gist mlocate pacman python pyalpm)
|
||||
makedepends=(git python-build python-installer python-setuptools)
|
||||
makedepends=(git python-build python-installer python-setuptools python-wheel)
|
||||
optdepends=('fzf: for the fqo script'
|
||||
'mlocate: for the fqo script')
|
||||
checkdepends=(python-hypothesis python-pytest)
|
||||
|
@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires=["setuptools"]
|
||||
requires=["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
Loading…
x
Reference in New Issue
Block a user