commit:     94e7ae05a402472c78d8b490d1ac708c439863dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 07:03:15 2025 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 07:36:11 2025 +0000
URL:        https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=94e7ae05

python: Include rust-bin and uv

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Part-of: https://github.com/gentoo/gentoo-docker-images/pull/151
Closes: https://github.com/gentoo/gentoo-docker-images/pull/151
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>

 python.Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python.Dockerfile b/python.Dockerfile
index 2ba9b41..3aa57f8 100644
--- a/python.Dockerfile
+++ b/python.Dockerfile
@@ -20,8 +20,8 @@ RUN <<-EOF
     mv gentoo-master /var/db/repos/gentoo
 
     # main job
-    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 -1vnt --jobs dev-python/tox app-arch/lzip dev-lang/rust-bin 
dev-vcs/git \
+        dev-python/pypy{,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal 
dev-python/uv
     emerge -1v --jobs --nodeps 
dev-lang/python:{2.7,3.8,3.9,3.10,3.11,3.12,{3.13,3.14}{,t}} \
         dev-lang/pypy:{2.7,3.10}
 

Reply via email to