summaryrefslogtreecommitdiff
path: root/dev-python/cryptography/cryptography-42.0.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-12 00:01:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-12 00:01:15 +0100
commitd72a987a342949e200b5e9decbd71f246da53788 (patch)
treeea9d3f4ec74bd6ab18582852d7958d3f3176dfea /dev-python/cryptography/cryptography-42.0.7.ebuild
parentc035b2b83f0e94c4b2e82184f00bcef874e6276b (diff)
gentoo auto-resync : 12:05:2024 - 00:01:15
Diffstat (limited to 'dev-python/cryptography/cryptography-42.0.7.ebuild')
-rw-r--r--dev-python/cryptography/cryptography-42.0.7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/cryptography/cryptography-42.0.7.ebuild b/dev-python/cryptography/cryptography-42.0.7.ebuild
index 9165461ad13c..11f871a1c23c 100644
--- a/dev-python/cryptography/cryptography-42.0.7.ebuild
+++ b/dev-python/cryptography/cryptography-42.0.7.ebuild
@@ -6,7 +6,7 @@ EAPI=8
CARGO_OPTIONAL=yes
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="threads(+)"
CRATES="
@@ -136,6 +136,8 @@ src_prepare() {
python_configure_all() {
filter-lto # bug #903908
+
+ export UNSAFE_PYO3_SKIP_VERSION_CHECK=1
}
python_test() {