]> git.pld-linux.org Git - packages/python-mysql-connector.git/commitdiff
- relax python-protobuf deps auto/th/python-mysql-connector-8.0.19-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 17 Jan 2020 08:14:23 +0000 (09:14 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 17 Jan 2020 08:14:23 +0000 (09:14 +0100)
proto.patch [new file with mode: 0644]
python-mysql-connector.spec

diff --git a/proto.patch b/proto.patch
new file mode 100644 (file)
index 0000000..9696c54
--- /dev/null
@@ -0,0 +1,8 @@
+--- mysql-connector-python-8.0.19/setupinfo.py~        2019-12-17 13:31:58.000000000 +0100
++++ mysql-connector-python-8.0.19/setupinfo.py 2020-01-17 09:13:36.186606351 +0100
+@@ -139,4 +139,4 @@
+     'Topic :: Software Development :: Libraries :: Application Frameworks',
+     'Topic :: Software Development :: Libraries :: Python Modules'
+ ]
+-install_requires = ["protobuf==3.6.1", "dnspython==1.16.0"]
++install_requires = ["protobuf>=3.6.1", "dnspython==1.16.0"]
index 4200bf05a5f32046147f9497e8941d703b599e53..4b1f93a429b9e8a483915693b13b7a19d421485c 100644 (file)
@@ -13,7 +13,7 @@ Name:         python-%{pname}
 # check documentation to see which version is GA (we don't want devel releases)
 # https://dev.mysql.com/downloads/connector/python/
 Version:       8.0.19
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Libraries/Python
 Source0:       http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-%{version}.zip
@@ -21,6 +21,7 @@ Source0:      http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-
 Patch0:                32bit.patch
 Patch1:                tests.patch
 Patch2:                build.patch
+Patch3:                proto.patch
 URL:           http://dev.mysql.com/doc/connector-python/en/
 BuildRequires: mysql-devel
 BuildRequires: protobuf-devel
@@ -77,6 +78,7 @@ biblioteki MySQL-a, ani żadna kompilacja.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export MYSQLXPB_PROTOC=%{_bindir}/protoc
This page took 0.132778 seconds and 4 git commands to generate.