[Bug 238182] databases/py-pgcli: The 'sqlparse<0.3.0,>=0.2.2' distribution was not found and is required by pgcli 0.3.0 (/usr/local/lib/python3.6/site-packages), Requirement.parse('sqlparse<0.3.0,>=0.2.2'), {'pgcli'})

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 28 06:29:30 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238182

            Bug ID: 238182
           Summary: databases/py-pgcli: The 'sqlparse<0.3.0,>=0.2.2'
                    distribution was not found and is required by pgcli
                    0.3.0 (/usr/local/lib/python3.6/site-packages),
                    Requirement.parse('sqlparse<0.3.0,>=0.2.2'),
                    {'pgcli'})
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: saper at saper.info
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

py36-pgcli 0.2.1 installed via pkg raises the following exceptions on startup:

    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (sqlparse 0.3.0
(/usr/local/lib/python3.6/site-packages),
Requirement.parse('sqlparse<0.3.0,>=0.2.2'), {'pgcli'})


    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'sqlparse<0.3.0,>=0.2.2' distribution
was not found and is required by pgcli

py36-sqlparse-0.3.0_1 is installed, the only other option is
py36-sqlparse020-0.2.0_1 which is not right either.

Either the requirement should be relaxed or we need sqlparse022 :(

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


More information about the freebsd-ports-bugs mailing list