commit: fe5e2ea127bff7c96b417e9b87233f749870f272
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 00:11:05 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 00:11:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fe5e2ea1
python-utils-r1.eclass: fix sync with ::gentoo (adjust Python dependencies)
Our Python (base/actual non-revision versions) are older than ::gentoo,
but I've made the necessary dep adjustments / ebuild changes in them already,
so adjust to the latest versions in ::prefix which should be fine.
Reported-by: tgbugs
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/python-utils-r1.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 8c29a02090..a96fbc78a7 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -476,9 +476,9 @@ _python_export() {
python2.7)
PYTHON_PKG_DEP='>=dev-lang/python-2.7.5-r2:2.7';;
python3.8)
-
PYTHON_PKG_DEP=">=dev-lang/python-3.8.12_p1-r1:3.8";;
+
PYTHON_PKG_DEP=">=dev-lang/python-3.8.8_p1-r1:3.8";;
python3.9)
-
PYTHON_PKG_DEP=">=dev-lang/python-3.9.9-r1:3.9";;
+
PYTHON_PKG_DEP=">=dev-lang/python-3.9.6_p1-r1:3.9";;
python3.10)
PYTHON_PKG_DEP=">=dev-lang/python-3.10.0_p1-r1:3.10";;
python*)