mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/orjson: restrict rust version
Closes: https://bugs.gentoo.org/972911 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/706 Merges: https://codeberg.org/gentoo/gentoo/pulls/706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
committed by
Michał Górny
parent
927f7d6be2
commit
b9732108d6
@@ -9,6 +9,7 @@ PYPI_VERIFY_REPO=https://github.com/ijl/orjson
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
# upstream is vendoring crates, so we don't need CRATES.
|
||||
RUST_MAX_VER="1.94.1" # bug #972911
|
||||
RUST_MIN_VER="1.89.0"
|
||||
|
||||
inherit cargo distutils-r1 pypi
|
||||
|
||||
@@ -11,6 +11,7 @@ PYTHON_COMPAT=( python3_{11..14} )
|
||||
# upstream is vendoring crates, so we don't need CRATES.
|
||||
CRATES="
|
||||
"
|
||||
RUST_MAX_VER="1.94.1" # bug #972911
|
||||
RUST_MIN_VER="1.89.0"
|
||||
|
||||
inherit cargo distutils-r1 pypi
|
||||
|
||||
Reference in New Issue
Block a user