Remove makedepends on python-wheel everywhere

setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
Christoph Reiter
2024-08-16 14:03:27 +02:00
parent f30455f384
commit 0566eff63a
43 changed files with 46 additions and 87 deletions

View File

@@ -3,7 +3,7 @@
pkgbase=python-six
pkgname=('python-six')
pkgver=1.16.0
pkgrel=4
pkgrel=5
provides=("python3-six")
replaces=("python3-six")
conflicts=("python3-six")
@@ -18,7 +18,6 @@ license=('spdx:MIT')
depends=('python')
makedepends=(
"python-setuptools"
"python-wheel"
"python-build"
"python-installer"
)