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

@@ -4,7 +4,7 @@ _realname=fastimport
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=0.9.14
pkgrel=4
pkgrel=5
pkgdesc="VCS fastimport/fastexport parser"
arch=('any')
license=('spdx:GPL-2.0-or-later')
@@ -15,7 +15,6 @@ msys2_references=(
depends=('python')
makedepends=(
"python-setuptools"
"python-wheel"
"python-build"
"python-installer"
)