- fix dependency again for passing tests for python 2.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=48
This commit is contained in:
parent
9c81e7c5c7
commit
6cd76951c4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 21 11:39:09 UTC 2018 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix dependency again for passing tests for python 2.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 20 08:19:15 UTC 2018 - tchvatal@suse.com
|
Mon Aug 20 08:19:15 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define oldpython python
|
||||||
Name: python-urllib3
|
Name: python-urllib3
|
||||||
Version: 1.23
|
Version: 1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -50,6 +51,8 @@ Recommends: python-idna
|
|||||||
Recommends: python-ndg-httpsclient
|
Recommends: python-ndg-httpsclient
|
||||||
Recommends: python-pyOpenSSL
|
Recommends: python-pyOpenSSL
|
||||||
%endif
|
%endif
|
||||||
|
# for SSL module on older distros
|
||||||
|
BuildRequires: %{oldpython}
|
||||||
BuildRequires: python2-ipaddress
|
BuildRequires: python2-ipaddress
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-ipaddress
|
Requires: python-ipaddress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user