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=beaker
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=1.13.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
|
||||
arch=('any')
|
||||
license=('PSF')
|
||||
@@ -17,7 +17,6 @@ msys2_references=(
|
||||
depends=("python")
|
||||
makedepends=(
|
||||
"python-setuptools"
|
||||
"python-wheel"
|
||||
"python-build"
|
||||
"python-installer"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user