index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:35:28 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:35:28 +0200 |
commit | d934f0865d4e4c9477324294e082fb9c8961c4ca (patch) | |
tree | 6191a781a41edabed0386ab6b5a72c2ba98efc08 | |
parent | f4931d8200f7e12572f5ac74f3d1c89e9f721ca1 (diff) |
-rw-r--r-- | community/python-pyproject-hooks/PKGBUILD | 8 |
diff --git a/community/python-pyproject-hooks/PKGBUILD b/community/python-pyproject-hooks/PKGBUILD new file mode 100644 index 00000000..13a5299b --- /dev/null +++ b/community/python-pyproject-hooks/PKGBUILD @@ -0,0 +1,8 @@ +# temporary to build python-build with python-bootstrap (breaking cycles) +makedepends=(${makedepends[@]//python-flit-core/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends=(${makedepends[@]//python-installer/}) +makedepends=(${makedepends[@]//python-wheel/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check |