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=lxml
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=5.2.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Python binding for the libxml2 and libxslt libraries"
|
||||
arch=('any')
|
||||
url="https://lxml.de/"
|
||||
@@ -22,7 +22,6 @@ makedepends=(
|
||||
"libxml2-devel"
|
||||
"pkgconf"
|
||||
"python-setuptools"
|
||||
"python-wheel"
|
||||
"python-build"
|
||||
"python-installer"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user