summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/python-tomlkit/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/python-tomlkit/PKGBUILD b/community/python-tomlkit/PKGBUILD
new file mode 100644
index 00000000..6c999720
--- /dev/null
+++ b/community/python-tomlkit/PKGBUILD
@@ -0,0 +1,9 @@
+# breaking dephell cycle (even if that means we build a broken tomlkit)
+makedepends=(${makedepends[@]//python-dephell/})
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ s/dephell/#dephell/
+ '
+)"