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