[Bug 265641] Version limitations of dependencies aren't handled properly

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 05 Aug 2022 08:38:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265641

            Bug ID: 265641
           Summary: Version limitations of dependencies aren't handled
                    properly
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: yuri@freebsd.org
                CC: ports-bugs@FreeBSD.org

When a python port has such line:
> RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}networkx>=2.5,<3.0:math/py-networkx@${PY_FLAVOR}
py39-networkx-2.6.3,1 fails to satisfy this version limitation:
> ===>   py39-pyquil-3.2.0 depends on package: py39-networkx>=2.5,<3.0 - not found
> *** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.