mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/bcrypt: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user