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

@@ -3,7 +3,7 @@
pkgbase=python-appdirs
pkgname=(python-appdirs)
pkgver=1.4.4
pkgrel=6
pkgrel=7
pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".'
arch=('any')
url="https://github.com/ActiveState/appdirs"
@@ -14,7 +14,6 @@ license=('spdx:MIT')
depends=('python')
makedepends=(
'python-setuptools'
'python-wheel'
'python-build'
'python-installer'
)