Remove makedepends on python-wheel everywhere

setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
Christoph Reiter
2024-08-16 14:03:27 +02:00
parent f30455f384
commit 0566eff63a
43 changed files with 46 additions and 87 deletions

View File

@@ -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