index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:22:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:22:22 +0200 |
commit | 3799d7f946b5899ccdf4b841e247a60987d29cc0 (patch) | |
tree | e2459c37a08f5f6c01437f85e7d4fbc2d56727e9 /extra/python-packaging | |
parent | 2da797e499aa584c45488c1b25b88c56177fd736 (diff) |
-rw-r--r-- | extra/python-packaging/PKGBUILD | 7 |
diff --git a/extra/python-packaging/PKGBUILD b/extra/python-packaging/PKGBUILD new file mode 100644 index 00000000..5c46bfcf --- /dev/null +++ b/extra/python-packaging/PKGBUILD @@ -0,0 +1,7 @@ +# 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 |