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=configobj
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=5.0.8
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Simple but powerful config file reader and writer for Python"
|
||||
arch=('any')
|
||||
license=('spdx:BSD-3-Clause')
|
||||
@@ -17,7 +17,6 @@ makedepends=(
|
||||
'python-build'
|
||||
'python-installer'
|
||||
'python-setuptools'
|
||||
'python-wheel'
|
||||
)
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97')
|
||||
|
||||
Reference in New Issue
Block a user