From 486eca55e47702a2242d723b2aa048d3a297ab1d Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Fri, 19 Apr 2024 05:02:11 +0300 Subject: 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 --- extra/python-cryptography/PKGBUILD | 3 +++ .../python-cryptography/skip-aead-tests-on-32-bit.patch | Bin 0 -> 2852 bytes 2 files changed, 3 insertions(+) create mode 100644 extra/python-cryptography/PKGBUILD create mode 100644 extra/python-cryptography/skip-aead-tests-on-32-bit.patch (limited to 'extra') 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@')" diff --git a/extra/python-cryptography/skip-aead-tests-on-32-bit.patch b/extra/python-cryptography/skip-aead-tests-on-32-bit.patch new file mode 100644 index 00000000..95695554 Binary files /dev/null and b/extra/python-cryptography/skip-aead-tests-on-32-bit.patch differ -- cgit v1.2.3-54-g00ecf