Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2023 05:05:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269735] devel/py-wheel@py38, devel/py-keyring@py38, devel/py-importlib-metadata@py38 circular dependency
Message-ID:  <bug-269735-7788-gCcbtr8CIo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269735-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269735-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269735

Charlie Li <vishwin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freebsd.org/bu
                   |                            |gzilla/show_bug.cgi?id=3D2=
693
                   |                            |63
                 CC|                            |vishwin@freebsd.org

--- Comment #1 from Charlie Li <vishwin@freebsd.org> ---
With SIGNATURE option:

wheel depends on keyring
keyring depends on importlib_metadata
importlib_metadata (when under PEP-517) build depends on wheel

The real issue, importlib_metadata (and wheel) needs to switch away from
setuptools if it plays a role in PEP-517 bootstrapping, even on older Pytho=
n (<
3.10) that upstream effectively doesn't support apart from security. setupt=
ools
itself relies on wheel to do anything with wheels at all.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269735-7788-gCcbtr8CIo>