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