Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 21:24:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 21:24:29 +0200
commit51a2ad73b7a459cc9ef6d0a10816d58128d36efd (patch)
treea9981e02140fd4f111d2aa06f065158070d95ce4 /community
parentdd2669d16d40236448af3d3a506966b62f3df956 (diff)
community/python-more-itertools: bootstrapping
Diffstat (limited to 'community')
-rw-r--r--community/python-more-itertools/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/python-more-itertools/PKGBUILD b/community/python-more-itertools/PKGBUILD
new file mode 100644
index 00000000..94928e1c
--- /dev/null
+++ b/community/python-more-itertools/PKGBUILD
@@ -0,0 +1,8 @@
+# temporary to build python-build with python-bootstrap (breaking cycles)
+makedepends=(${makedepends[@]//python-installer/})
+makedepends=(${makedepends[@]//python-build/})
+makedepends=(${makedepends[@]//python-wheel/})
+makedepends=(${makedepends[@]//python-flit-core/})
+makedepends+=('python-bootstrap')
+unset checkdepends
+unset check