From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B8671581D3 for ; Sun, 26 May 2024 14:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F36E29E8; Sun, 26 May 2024 14:27:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4850E29E8 for ; Sun, 26 May 2024 14:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5AAD343062 for ; Sun, 26 May 2024 14:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B411736 for ; Sun, 26 May 2024 14:27:38 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1716733634.a7c2121202dd44e3df4f25307ac5f072bbe254ad.ajak@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: python.Dockerfile X-VCS-Directories: / X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: a7c2121202dd44e3df4f25307ac5f072bbe254ad X-VCS-Branch: master Date: Sun, 26 May 2024 14:27:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 985628d7-ba56-4151-9da3-416382aff68e X-Archives-Hash: 33937208929d949d1f15634c96e3a53f commit: a7c2121202dd44e3df4f25307ac5f072bbe254ad Author: Michał Górny gentoo org> AuthorDate: Sun May 26 14:04:26 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun May 26 14:27:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=a7c21212 python.Dockerfile: pull dev-libs/mpdecimal dep Signed-off-by: Michał Górny gentoo.org> Signed-off-by: John Helmert III gentoo.org> python.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.Dockerfile b/python.Dockerfile index b0a5bd3..7d93383 100644 --- a/python.Dockerfile +++ b/python.Dockerfile @@ -20,7 +20,7 @@ RUN <<-EOF # main job emerge -1vnt --jobs dev-python/tox app-arch/lzip dev-vcs/git \ - dev-python/pypy{,3_9,3_10}-exe-bin dev-db/sqlite + dev-python/pypy{,3_9,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} \ dev-python/pypy{,3_9,3_10,3}