commit: 41380cfb2273eee7424b09700cc2f60a00b220e6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 25 18:56:32 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 19:05:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41380cfb
dev-lang/python: Add test-dep on ensurepip-wheels Closes: https://bugs.gentoo.org/909151 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-lang/python/python-3.12.0_beta3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-lang/python/python-3.12.0_beta3.ebuild b/dev-lang/python/python-3.12.0_beta3.ebuild index 336af662f253..a413c1ef6a6c 100644 --- a/dev-lang/python/python-3.12.0_beta3.ebuild +++ b/dev-lang/python/python-3.12.0_beta3.ebuild @@ -71,7 +71,10 @@ RDEPEND=" DEPEND=" ${RDEPEND} bluetooth? ( net-wireless/bluez ) - test? ( app-arch/xz-utils[extra-filters(+)] ) + test? ( + app-arch/xz-utils[extra-filters(+)] + dev-python/ensurepip-wheels + ) valgrind? ( dev-util/valgrind ) " # autoconf-archive needed to eautoreconf
