add python-setuptools

This commit is contained in:
Daniel Langbein 2022-06-23 23:28:31 +02:00
parent a2218228e3
commit bf11e9ae15

View File

@ -12,7 +12,7 @@ license=('CC0')
depends=(python) depends=(python)
makedepends=() makedepends=()
makedepends+=(git) # fetch git sources makedepends+=(git) # fetch git sources
makedepends+=(python-build python-installer python-wheel) # python -m build makedepends+=(python-build python-installer python-wheel python-setuptools) # python -m build
source=("git+${url}.git") source=("git+${url}.git")
sha256sums=('SKIP') # 'SKIP' git sources sha256sums=('SKIP') # 'SKIP' git sources