From 5e893dad85fcf7bbddbe156345e4a35f1bed7275 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 12 May 2024 01:13:12 -0700 Subject: [PATCH] Ensure python-wheel is listed as a dependency --- PKGBUILD | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]