diff --git a/PKGBUILD b/PKGBUILD index 539a4b7..9fccbd6 100644 --- a/PKGBUILD +++ b/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) diff --git a/pyproject.toml b/pyproject.toml index 4e2ac14..2b5493f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires=["setuptools"] +requires=["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project]