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=wcwidth
|
||||
pkgbase=python-${_realname}
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=0.2.13
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Measures number of Terminal column cells of wide-character codes'
|
||||
url='https://github.com/jquast/wcwidth'
|
||||
msys2_references=(
|
||||
@@ -16,7 +16,6 @@ license=('spdx:MIT')
|
||||
depends=('python')
|
||||
makedepends=(
|
||||
"python-setuptools"
|
||||
"python-wheel"
|
||||
"python-build"
|
||||
"python-installer"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user