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=markupsafe
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=2.1.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('spdx:BSD-3-Clause')
|
||||
@@ -16,7 +16,6 @@ depends=("python")
|
||||
makedepends=(
|
||||
"gcc"
|
||||
"python-setuptools"
|
||||
"python-wheel"
|
||||
"python-build"
|
||||
"python-installer"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user