blob: e8287d268acdb0fa5ea8af65fc612bc0612fba6e (
plain)
1
2
3
4
5
6
7
|
# temporary to build python-build with python-bootstrap (breaking cycles)
makedepends=(${makedepends[@]//python-flit-core/})
makedepends=(${makedepends[@]//python-build/})
makedepends=(${makedepends[@]//python-installer/})
makedepends+=('python-bootstrap')
unset checkdepends
unset check
|