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