summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-12 04:36:57 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-12 04:36:57 +0200
commit089de14d376e952530a6b6e462618959190af930 (patch)
tree85050d783d4d4619c5510b4a22d78376eca5bc3c /dev-python/cryptography
parentdev-python/pytools: Bump to 2024.1.8 (diff)
downloadgentoo-089de14d376e952530a6b6e462618959190af930.tar.gz
gentoo-089de14d376e952530a6b6e462618959190af930.tar.bz2
gentoo-089de14d376e952530a6b6e462618959190af930.zip
dev-python/cryptography: Readd 32-bit fix to 42.0.8
Closes: https://bugs.gentoo.org/926700 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cryptography')
-rw-r--r--dev-python/cryptography/cryptography-42.0.8.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/cryptography/cryptography-42.0.8.ebuild b/dev-python/cryptography/cryptography-42.0.8.ebuild
index 8e01e42b6211..f13e22efa8a7 100644
--- a/dev-python/cryptography/cryptography-42.0.8.ebuild
+++ b/dev-python/cryptography/cryptography-42.0.8.ebuild
@@ -119,6 +119,11 @@ src_unpack() {
}
src_prepare() {
+ local PATCHES=(
+ # https://github.com/pyca/cryptography/pull/10366
+ "${FILESDIR}/${PN}-42.0.7-32bit.patch"
+ )
+
default
sed -i -e 's:--benchmark-disable::' pyproject.toml || die