index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-11 16:17:56 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-11 16:17:56 +0200 |
commit | 1d4c7bf88bec357d5e9c4d21dabc46e51ec3617b (patch) | |
tree | 4c0e124e3dd81b5090395c7e356d4121eb01f20e /community/python-build | |
parent | 0d81a1e6bd742d4bfa437720de55c448a6115967 (diff) |
-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 |