commit: f7c880ba5c7ac328b7581665c270e7c919316389
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 07:18:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 07:18:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=f7c880ba
python: Update for dev-lang/pypy
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
python.Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python.Dockerfile b/python.Dockerfile
index 053516a..49b6737 100644
--- a/python.Dockerfile
+++ b/python.Dockerfile
@@ -22,7 +22,7 @@ RUN <<-EOF
emerge -1vnt --jobs dev-python/tox app-arch/lzip dev-vcs/git \
dev-python/pypy{,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal
emerge -1v --jobs --nodeps
dev-lang/python:{2.7,3.8,3.9,3.10,3.11,3.12,3.13} \
- dev-python/pypy{,3_10,3}
+ dev-lang/pypy:{2.7,3.10}
# cleanup
rm -r /var/db/repos/* /var/cache/distfiles/*