index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-19 05:02:11 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-19 05:02:14 +0300 |
commit | 486eca55e47702a2242d723b2aa048d3a297ab1d (patch) | |
tree | d1edf5bd8af428a7c132679998f5ff48c4230655 /extra/python-cryptography/PKGBUILD | |
parent | ffdda6666c25d41a182ab791a3f0cf448d52d2a4 (diff) |
-rw-r--r-- | extra/python-cryptography/PKGBUILD | 3 |
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@')" |