Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2023 19:23:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269014] databases/py-mysql-connector-python: contains failing requires.txt
Message-ID:  <bug-269014-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 269014
           Summary: databases/py-mysql-connector-python: contains failing
                    requires.txt
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: dvl@FreeBSD.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

When using this, I got:

pkg_resources.DistributionNotFound: The 'protobuf<=3D3.20.1,>=3D3.11.0'
distribution was not found and is required by mysql-connector-python=20

Installed is:

py39-protobuf-4.21.9,1
py39-mysql-connector-python-8.0.31

On FreeBSD 12.4

My work-around is modifying this line:

[dvl@example:/usr/local/lib/python3.9/site-packages] $ grep -r 3\.20\.1 mys=
ql*
mysql_connector_python-8.0.31-py3.9.egg-info/requires.txt:protobuf<=3D3.20.=
1,>=3D3.11.0=20

to

protobuf>=3D3.11.0

I'm not sure why this is failing.

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