Ensure python-wheel is listed as a dependency

This commit is contained in:
Eric Torres 2024-05-12 01:13:12 -07:00
parent c2c15e3cf1
commit 5e893dad85
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,5 +1,5 @@
[build-system]
requires=["setuptools"]
requires=["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]