summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-09 11:28:24 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-09 11:28:24 +0100
commitd1888cdc8c37720494f8a7517461b1f0688e0678 (patch)
treec0db8f4c2da27b445b7022607a49ff30d6139d1c /eclass
parentdistutils-r1.eclass: Update "predict" list for pypy3.8 (diff)
downloadgentoo-d1888cdc8c37720494f8a7517461b1f0688e0678.tar.gz
gentoo-d1888cdc8c37720494f8a7517461b1f0688e0678.tar.bz2
gentoo-d1888cdc8c37720494f8a7517461b1f0688e0678.zip
python-utils-r1.eclass: Bump min pypy3 dep to force pypy3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index c729651699dd..22e00c56815d 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -421,7 +421,7 @@ _python_export() {
pypy)
PYTHON_PKG_DEP='>=dev-python/pypy-7.3.0:0=';;
pypy3)
- PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.0:0=';;
+ PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.7:0=';;
*)
die "Invalid implementation: ${impl}"
esac