b27d7c53f4e009c39d41dcc63bf20a883fb65b204403c6955f64d2129b02a86e
- Add requirement on python-dnspython and python-protobuf (bsc#1172784) - Add remove-require-version-constraint.patch Add requirement on python-dnspython and python-protobuf. This fixes bsc#1172784. See the last line in setupinfo.py in the sources: > install_requires = ["protobuf==3.6.1", "dnspython==1.16.0"] Import 'mysql.connector' will fail if python-dnspython is not installed, see the referenced bug report. Import 'mysqlx.protobuf' will fail if python-protobuf is not installed. I assume one can just ignore the exact version constraints indicated in the source package, at least the package works fine for me using the standard packages from the distribution having slightly different versions. This request therefore adds a patch that removes these version constraints. OBS-URL: https://build.opensuse.org/request/show/813433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysql-connector-python?expand=0&rev=18
Description
No description provided
Languages
RPM Spec
100%