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/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/python-cryptography/PKGBUILD b/extra/python-cryptography/PKGBUILD
new file mode 100644
index 00000000..2b934dbc
--- /dev/null
+++ b/extra/python-cryptography/PKGBUILD
@@ -0,0 +1,9 @@
+source+=('skip-aead-tests-on-32-bit.patch')
+sha512sums+=('SKIP')
+eval "$(
+ {
+ declare -f prepare || \
+ printf 'prepare() { cd cryptography\n}\n'
+ } \
+ | sed 's@cd cryptography@cd cryptography; patch -p1 -i ../skip-aead-tests-on-32-bit.patch@'
+)"