diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-25 20:56:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-25 21:05:11 +0200 |
commit | 41380cfb2273eee7424b09700cc2f60a00b220e6 (patch) | |
tree | 0cf498d0ca2c2d120e54bf59926775b46f10acc5 /dev-lang | |
parent | dev-ruby/colorize: add 1.1.0 (diff) | |
download | gentoo-41380cfb2273eee7424b09700cc2f60a00b220e6.tar.gz gentoo-41380cfb2273eee7424b09700cc2f60a00b220e6.tar.bz2 gentoo-41380cfb2273eee7424b09700cc2f60a00b220e6.zip |
dev-lang/python: Add test-dep on ensurepip-wheels
Closes: https://bugs.gentoo.org/909151
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.12.0_beta3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |