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 @@
|
||||
_pyname=trove_classifiers
|
||||
pkgname=python-trove-classifiers
|
||||
pkgver=2024.5.22
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
|
||||
arch=('any')
|
||||
url="https://github.com/pypa/trove-classifiers"
|
||||
@@ -19,7 +19,6 @@ makedepends=(
|
||||
'python-build'
|
||||
'python-installer'
|
||||
'python-setuptools'
|
||||
'python-wheel'
|
||||
'python-calver'
|
||||
)
|
||||
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
|
||||
|
||||
Reference in New Issue
Block a user