Remove makedepends on python-wheel everywhere
setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=python-fastbencode
|
||||
pkgver=0.2
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Implementation of bencode with optional fast C extensions'
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://github.com/breezy-team/fastbencode'
|
||||
@@ -15,7 +15,6 @@ makedepends=(
|
||||
python-build
|
||||
python-installer
|
||||
python-setuptools
|
||||
python-wheel
|
||||
python-devel
|
||||
cython
|
||||
gcc
|
||||
|
||||
Reference in New Issue
Block a user