Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909151 - dev-lang/python-3.12.0_beta3 fails test test_cppext: FileNotFoundError: No wheel for wheel found in /usr/lib/python/ensurepip
Summary: dev-lang/python-3.12.0_beta3 fails test test_cppext: FileNotFoundError: No wh...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-06-25 10:15 UTC by tka
Modified: 2023-07-08 18:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,229.72 KB, text/plain)
2023-06-25 10:16 UTC, tka
Details
environment (environment,142.01 KB, text/plain)
2023-06-25 10:16 UTC, tka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tka 2023-06-25 10:15:29 UTC
== Tests result: FAILURE ==

436 tests OK.

1 test failed:
    test_cppext

1 test altered the execution environment:
    test_generators

28 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_curses test_devpoll
    test_idle test_ioctl test_kqueue test_launcher test_msilib
    test_ossaudiodev test_peg_generator test_smtpnet test_socketserver
    test_startfile test_tcl test_tix test_tkinter test_ttk
    test_ttk_textonly test_turtle test_urllib2net test_urllibnet
    test_winconsoleio test_winreg test_winsound test_wmi
    test_xmlrpc_net test_zipfile64
0:18:12 load avg: 1.72
0:18:12 load avg: 1.72 Re-running failed tests in verbose mode
0:18:12 load avg: 1.72 Re-running test_cppext in verbose mode (matching: test_build_cpp03, test_build_cpp11)
test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) ... 
Run: /var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/python -X dev -m venv env
ERROR
test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) ... 
Run: /var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/python -X dev -m venv env
ERROR

======================================================================
ERROR: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 25, in test_build_cpp03
    self.check_build(True, '_testcpp03ext')
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 39, in check_build
    with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2323, in setup_venv_with_pip_setuptools_wheel
    _findwheel('wheel')]
    ^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2293, in _findwheel
    raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}")
FileNotFoundError: No wheel for wheel found in /usr/lib/python/ensurepip

======================================================================
ERROR: test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 22, in test_build_cpp11
    self.check_build(False, '_testcpp11ext')
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 39, in check_build
    with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2323, in setup_venv_with_pip_setuptools_wheel
    _findwheel('wheel')]
    ^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2293, in _findwheel
    raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}")
FileNotFoundError: No wheel for wheel found in /usr/lib/python/ensurepip

----------------------------------------------------------------------
Ran 2 tests in 7.584s

FAILED (errors=2)
test test_cppext failed
1 test failed again:
    test_cppext

== Tests result: FAILURE then FAILURE ==

436 tests OK.

1 test failed:
    test_cppext

1 test altered the execution environment:
    test_generators

28 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_curses test_devpoll
    test_idle test_ioctl test_kqueue test_launcher test_msilib
    test_ossaudiodev test_peg_generator test_smtpnet test_socketserver
    test_startfile test_tcl test_tix test_tkinter test_ttk
    test_ttk_textonly test_turtle test_urllib2net test_urllibnet
    test_winconsoleio test_winreg test_winsound test_wmi
    test_xmlrpc_net test_zipfile64

1 re-run test:
    test_cppext

Total duration: 18 min 20 sec
Tests result: FAILURE then FAILURE
make: *** [Makefile:1979: test] Error 2
emake failed


Reproducible: Always
Comment 1 tka 2023-06-25 10:16:27 UTC
Created attachment 864591 [details]
build.log

 emerge -pqv '=dev-lang/python-3.12.0_beta3::gentoo'
[ebuild     U ] dev-lang/python-3.12.0_beta3 [3.12.0_beta2] USE="ensurepip gdbm ncurses readline sqlite ssl test verify-sig -bluetooth -build -debug -examples -libedit -lto -pgo -tk -valgrind (-hardened%*)" 


# emerge --info '=dev-lang/python-3.12.0_beta3::gentoo'
Portage 3.0.49 (python 3.11.4-final-0, default/linux/amd64/17.1/no-multilib/hardened, gcc-13, glibc-2.37-r3, 6.3.9 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.3.9-x86_64-Intel-R-_Core-TM-_i7-4810MQ_CPU_@_2.80GHz-with-glibc2.37
KiB Mem:    16284692 total,   9528640 free
KiB Swap:   20971516 total,  20971516 free
Timestamp of repository gentoo: Sun, 25 Jun 2023 09:30:01 +0000
Head commit of repository gentoo: 91cb00b1527001bc1e556845eb8c84c90a17eb28
sh bash 5.2_p15-r6
ld GNU ld (Gentoo 2.40 p5) 2.40.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p15-r6::gentoo
dev-java/java-config:      2.3.1-r1::gentoo
dev-lang/perl:             5.36.1-r2::gentoo
dev-lang/python:           3.11.4::gentoo, 3.12.0_beta2::gentoo
dev-lang/rust:             1.69.0-r1::gentoo
dev-util/cmake:            3.26.4-r1::gentoo
dev-util/meson:            1.1.1::gentoo
sys-apps/baselayout:       2.13-r1::gentoo
sys-apps/openrc:           0.47.1::gentoo
sys-apps/sandbox:          2.32::gentoo
sys-devel/autoconf:        2.13-r8::gentoo, 2.71-r6::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.40-r5::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           15.0.7-r3::gentoo, 16.0.6::gentoo
sys-devel/gcc:             13.1.1_p20230527::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/lld:             15.0.7::gentoo
sys-devel/llvm:            15.0.7-r3::gentoo, 16.0.6::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.37-r3::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts: --new-compress
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes

local
    location: /var/lib/portage-local/local
    masters: gentoo
    priority: 0
    volatile: True

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live cgroup collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LEX="flex"
LINGUAS=""
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--new-compress"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 acl acpi alsa amd64 avx bzip2 cairo caps cdda cddb cdparanoia cli crypt cups dbus dri dts dvd elogind fam ffmpeg fftw flac fontconfig gdbm gif gimp gmp gnutls gtk hardened iconv icu idn ipv6 jpeg lame lcms libnotify libtirpc lzma mad matroska mmap mmx mmxext mp3 mpeg ncurses networkmanager nptl ogg opengl openmp pam pcre pie png policykit ppds readline sasl sdl seccomp split-usr sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssp ssse3 startup-notification svg test test-rust theora threads tiff truetype udev udisks unicode upower vaapi verify-sig vorbis wayland x264 xattr xcb xinerama xml xtpax xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="crocus intel nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LANG, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 2 tka 2023-06-25 10:16:59 UTC
Created attachment 864592 [details]
environment
Comment 3 Larry the Git Cow gentoo-dev 2023-06-25 19:05:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41380cfb2273eee7424b09700cc2f60a00b220e6

commit 41380cfb2273eee7424b09700cc2f60a00b220e6
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-06-25 18:56:32 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-06-25 19:05:11 +0000

    dev-lang/python: Add test-dep on ensurepip-wheels
    
    Closes: https://bugs.gentoo.org/909151
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-lang/python/python-3.12.0_beta3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 4 tka 2023-07-08 17:23:27 UTC
I still get the same error:

0:18:04 load avg: 0.70 Re-running failed tests in verbose mode
0:18:04 load avg: 0.70 Re-running test_cppext in verbose mode (matching: test_build_cpp03, test_build_cpp11)
test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) ... 
Run: /var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/python -X dev -m venv env
ERROR
test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) ... 
Run: /var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/python -X dev -m venv env
ERROR

======================================================================
ERROR: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 25, in test_build_cpp03
    self.check_build(True, '_testcpp03ext')
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 39, in check_build
    with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2323, in setup_venv_with_pip_setuptools_wheel
    _findwheel('wheel')]
    ^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2293, in _findwheel
    raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}")
FileNotFoundError: No wheel for wheel found in /usr/lib/python/ensurepip

======================================================================
ERROR: test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 22, in test_build_cpp11
    self.check_build(False, '_testcpp11ext')
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/test_cppext.py", line 39, in check_build
    with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2323, in setup_venv_with_pip_setuptools_wheel
    _findwheel('wheel')]
    ^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.12.0_beta3/work/Python-3.12.0b3/Lib/test/support/__init__.py", line 2293, in _findwheel
    raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}")
FileNotFoundError: No wheel for wheel found in /usr/lib/python/ensurepip

----------------------------------------------------------------------
Ran 2 tests in 7.047s

FAILED (errors=2)
test test_cppext failed
1 test failed again:
    test_cppext

== Tests result: FAILURE then FAILURE ==

436 tests OK.

1 test failed:
    test_cppext

1 test altered the execution environment:
    test_generators

28 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_curses test_devpoll
    test_idle test_ioctl test_kqueue test_launcher test_msilib
    test_ossaudiodev test_peg_generator test_smtpnet test_socketserver
    test_startfile test_tcl test_tix test_tkinter test_ttk
    test_ttk_textonly test_turtle test_urllib2net test_urllibnet
    test_winconsoleio test_winreg test_winsound test_wmi
    test_xmlrpc_net test_zipfile64

1 re-run test:
    test_cppext

Total duration: 18 min 12 sec
Tests result: FAILURE then FAILURE
make: *** [Makefile:1979: test] Error 2
emake failed
 * ERROR: dev-lang/python-3.12.0_beta3::gentoo failed (test phase):
 *   emake test failed



# emerge -pv dev-python/ensurepip-wheels =dev-lang/python-3.12.0_beta3:3.12::gentoo

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 5.62 s.

[ebuild   R    ] dev-python/ensurepip-wheels-100::gentoo  0 KiB
[ebuild  NS    ] dev-lang/python-3.12.0_beta3:3.12::gentoo [3.11.4:3.11::gentoo] USE="ensurepip gdbm ncurses readline sqlite ssl test verify-sig -bluetooth -build -debug -examples -libedit -lto -pgo -tk -valgrind" 0 KiB

Total: 2 packages (1 in new slot, 1 reinstall), Size of downloads: 0 KiB


# ll /usr/lib/python/ensurepip/
total 2.8M
drwxr-xr-x 1 root root  122 Jun 24 18:40 .
drwxr-xr-x 1 root root   54 Jan 31 22:14 ..
-rw-r--r-- 1 root root 2.0M Apr 27 10:44 pip-23.1.2-py3-none-any.whl
-rw-r--r-- 1 root root 786K Jun 24 18:40 setuptools-68.0.0-py3-none-any.whl


# equery files dev-python/ensurepip-wheels
 * Searching for ensurepip-wheels in dev-python ...
 * Contents of dev-python/ensurepip-wheels-100:
Comment 5 tka 2023-07-08 17:36:47 UTC
I found the issue: all tests pass after installing dev-python/ensurepip-wheel (without trailing "s").

# emerge -pqv dev-python/ensurepip-wheel =dev-lang/python-3.12.0_beta3:3.12::gentoo
[ebuild   R   ] dev-python/ensurepip-wheel-0.40.0 
[ebuild   R   ] dev-lang/python-3.12.0_beta3  USE="ensurepip gdbm ncurses readline sqlite ssl test verify-sig -bluetooth -build -debug -examples -libedit -lto -pgo -tk -valgrind" 


== Tests result: SUCCESS ==

437 tests OK.

1 test altered the execution environment:
    test_generators

28 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test_curses test_devpoll
    test_idle test_ioctl test_kqueue test_launcher test_msilib
    test_ossaudiodev test_peg_generator test_smtpnet test_socketserver
    test_startfile test_tcl test_tix test_tkinter test_ttk
    test_ttk_textonly test_turtle test_urllib2net test_urllibnet
    test_winconsoleio test_winreg test_winsound test_wmi
    test_xmlrpc_net test_zipfile64

Total duration: 4 min 13 sec
Tests result: SUCCESS
>>> Completed testing dev-lang/python-3.12.0_beta3
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-07-08 18:22:29 UTC
Oh, thanks for figuring that out!  Indeed that makes sense.
Comment 7 Larry the Git Cow gentoo-dev 2023-07-08 18:29:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2f445a42895c1a47eeafda7340449c8b9bbe68

commit da2f445a42895c1a47eeafda7340449c8b9bbe68
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-07-08 18:28:22 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-07-08 18:29:10 +0000

    dev-lang/python: Correct dev-python/ensurepip-* dependencies
    
    Make USE=ensurepip depend on dev-python/ensurepip-pip specifically
    since this is the only package that is actually required by ensurepip.
    
    Adjust test dependencies to include dev-python/ensurepip-setuptools
    and dev-python/ensurepip-wheel as well, as it is required by additional
    tests required by Python 3.12.
    
    Closes: https://bugs.gentoo.org/909151
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-lang/python/python-3.12.0_beta3.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)