Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/python-flit-core/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/python-flit-core/PKGBUILD b/community/python-flit-core/PKGBUILD
new file mode 100644
index 00000000..b8a84aa2
--- /dev/null
+++ b/community/python-flit-core/PKGBUILD
@@ -0,0 +1,6 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+makedepends=(${makedepends[@]//python-installer/})
+makedepends=(${makedepends[@]//python-build/})
+makedepends+=('python-bootstrap')
+unset checkdepends
+unset check