index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-build/PKGBUILD | 8 |
diff --git a/community/python-build/PKGBUILD b/community/python-build/PKGBUILD index 7b473826..125d6731 100644 --- a/community/python-build/PKGBUILD +++ b/community/python-build/PKGBUILD @@ -15,3 +15,11 @@ eval "$( /.*\/share\/doc.*/d ' )" + +# temporary to build python-build with python-bootstrap (breaking cycles) +makedepends=(${makedepends[@]//python-installer/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends=(${makedepends[@]//python-flit-core/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check |