Remove makedepends on python-wheel everywhere
setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
@@ -4,7 +4,7 @@ _realname=pbr
|
||||
pkgbase=python-${_realname}
|
||||
pkgname=(python-${_realname})
|
||||
pkgver=6.0.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Python Build Reasonableness"
|
||||
arch=('any')
|
||||
url='https://pypi.python.org/pypi/pbr'
|
||||
@@ -15,7 +15,6 @@ msys2_references=(
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=('python-setuptools')
|
||||
makedepends=(
|
||||
"python-wheel"
|
||||
"python-build"
|
||||
"python-installer"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user