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