Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 06:29:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [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'})
Message-ID:  <bug-238182-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 238182
           Summary: databases/py-pgcli: The 'sqlparse<0.3.0,>=3D0.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,>=3D0.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@FreeBSD.org
          Reporter: saper@saper.info
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

py36-pgcli 0.2.1 installed via pkg raises the following exceptions on start=
up:

    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,>=3D0.2.2'), {'pgcli'})


    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'sqlparse<0.3.0,>=3D0.2.2' distribu=
tion
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 :(

--=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-238182-7788>