- 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:
Dirk Mueller 2018-08-21 11:39:39 +00:00 committed by Git OBS Bridge
parent 9c81e7c5c7
commit 6cd76951c4
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-urllib3
Version: 1.23
Release: 0
@ -50,6 +51,8 @@ Recommends: python-idna
Recommends: python-ndg-httpsclient
Recommends: python-pyOpenSSL
%endif
# for SSL module on older distros
BuildRequires: %{oldpython}
BuildRequires: python2-ipaddress
%ifpython2
Requires: python-ipaddress