Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/python-pyproject-hooks/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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