diff options
Diffstat (limited to 'dev-python/bcrypt/bcrypt-4.3.0.ebuild')
| -rw-r--r-- | dev-python/bcrypt/bcrypt-4.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/bcrypt/bcrypt-4.3.0.ebuild b/dev-python/bcrypt/bcrypt-4.3.0.ebuild index 80c74c333644..7490f6fb89ae 100644 --- a/dev-python/bcrypt/bcrypt-4.3.0.ebuild +++ b/dev-python/bcrypt/bcrypt-4.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) CRATES=" autocfg@1.4.0 @@ -95,6 +95,7 @@ src_prepare() { } python_configure_all() { + export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 # Workaround for sys-cluster/ceph (bug #920906) # https://github.com/pyca/bcrypt/issues/694 # https://github.com/PyO3/pyo3/issues/3451 |
