Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-11 15:42:56 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-11 15:42:56 +0300
commit42a096b247aa55578bb6e0e9a617ca757646672f (patch)
tree8a28974e31b5b2cc0fbb215c1e1b287cc1ceed79
parentf7d7f197b797a57e389d1865958de20fce92ce8d (diff)
extra/python-aiohttp: Build without llhttp as it requires node
-rw-r--r--extra/python-aiohttp/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/python-aiohttp/PKGBUILD b/extra/python-aiohttp/PKGBUILD
new file mode 100644
index 00000000..ffd0add2
--- /dev/null
+++ b/extra/python-aiohttp/PKGBUILD
@@ -0,0 +1,5 @@
+makedepends=(${makedepends[@]//npm/})
+eval "$(declare -f build | sed 's@make .*@export AIOHTTP_NO_EXTENSIONS=1@')"
+# check needs rewriting to work without cython
+unset check
+unset checkdepends