[Bug 261920] devel/py-setuptools_scm: update introduced circular dependency (py-wheel, py-keyring), breaks poudriere run

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 13 Feb 2022 05:13:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261920

            Bug ID: 261920
           Summary: devel/py-setuptools_scm: update introduced circular
                    dependency (py-wheel, py-keyring), breaks poudriere
                    run
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kai@FreeBSD.org
          Reporter: freebsd@phil.spodhuis.org
          Assignee: kai@FreeBSD.org
             Flags: maintainer-feedback?(kai@FreeBSD.org)

Ports tree commit 86eb4911c16c3feb076d8f2c6c10d1561b9ae7ca updated
devel/py-setuptools_scm but added a hard dependency on devel/py-wheel.

devel/py-wheel depends upon security/py-keyring.
security/py-keyring depends upon devel/py-setuptools_scm.

This leads a Poudriere run to fail with:

[00:00:53] Sanity checking build queue
[00:00:53] Error: Dependency loop detected:
These packages depend on each other: py39-setuptools_scm-6.4.2
py39-wheel-0.36.2 py39-keyring-18.0.1,1

Commenting out the wheel dependency is enough to let Poudriere start actually
building other software; I expect this build to fail, but at least things will
be unwedged and I'll get everything else.

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