diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 16:52:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:31:50 +0200 |
commit | 28ec5d9bbc4c48d7e01a2f3fe2084a85865a00f8 (patch) | |
tree | 3e75cfdaabee64e821cd6119441f83741225c661 /eclass | |
parent | dev-lang/python: Add python-exec dep to 3.11.0_beta1 (diff) | |
download | gentoo-28ec5d9bbc4c48d7e01a2f3fe2084a85865a00f8.tar.gz gentoo-28ec5d9bbc4c48d7e01a2f3fe2084a85865a00f8.tar.bz2 gentoo-28ec5d9bbc4c48d7e01a2f3fe2084a85865a00f8.zip |
python-utils-r1.eclass: Raise py3.11 package dep for python-exec dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 2b22b0539ecb..7f8f986cb287 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -462,7 +462,7 @@ _python_export() { python3.10) PYTHON_PKG_DEP=">=dev-lang/python-3.10.0_p1-r1:3.10";; python3.11) - PYTHON_PKG_DEP=">=dev-lang/python-3.11.0_beta1:3.11";; + PYTHON_PKG_DEP=">=dev-lang/python-3.11.0_beta1-r1:3.11";; python*) PYTHON_PKG_DEP="dev-lang/python:${impl#python}";; pypy) |