Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-wheel/PKGBUILD
blob: bf6e3996975774e74e527ef75ef7b2c4e8fa6e23 (plain)
1
2
3
4
5
6
7
8
9
# temporary to build python-build with python-bootstrap (breaking cycles)
depends=(${depends[@]//python-packaging/})
makedepends=(${makedepends[@]//python-flit-core/})
makedepends=(${makedepends[@]//python-setuptools/})
makedepends=(${makedepends[@]//python-build/})
makedepends=(${makedepends[@]//python-installer/})
makedepends+=('python-bootstrap')
unset checkdepends
unset check