Remove makedepends on python-wheel everywhere
setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user