diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-09 11:28:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-09 11:28:24 +0100 |
commit | d1888cdc8c37720494f8a7517461b1f0688e0678 (patch) | |
tree | c0db8f4c2da27b445b7022607a49ff30d6139d1c /eclass | |
parent | distutils-r1.eclass: Update "predict" list for pypy3.8 (diff) | |
download | gentoo-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.eclass | 2 |
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 |