Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-cryptography/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-19 05:02:11 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-19 05:02:14 +0300
commit486eca55e47702a2242d723b2aa048d3a297ab1d (patch)
treed1edf5bd8af428a7c132679998f5ff48c4230655 /extra/python-cryptography/PKGBUILD
parentffdda6666c25d41a182ab791a3f0cf448d52d2a4 (diff)
extra/python-cryptography: Patch out broken tests
https://git.alpinelinux.org/aports/commit/community/py3-cryptography/skip-aead-tests-on-32-bit.patch?id=696cbb6a06d0869bb285ad4a5650bf62e8e29ebe
Diffstat (limited to 'extra/python-cryptography/PKGBUILD')
-rw-r--r--extra/python-cryptography/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/python-cryptography/PKGBUILD b/extra/python-cryptography/PKGBUILD
new file mode 100644
index 00000000..c42f0881
--- /dev/null
+++ b/extra/python-cryptography/PKGBUILD
@@ -0,0 +1,3 @@
+source+=('skip-aead-tests-on-32-bit.patch')
+sha512sums+=('SKIP')
+eval "$(declare -f prepare | sed 's@cd cryptography@cd cryptography; patch -p1 -i ../skip-aead-tests-on-32-bit.patch@')"