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