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:
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@')"