Remove makedepends on python-wheel everywhere
setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user