- add python-ipaddress dependency for python 2.x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=46
This commit is contained in:
Dirk Mueller 2018-08-20 08:14:11 +00:00 committed by Git OBS Bridge
parent 843710efb8
commit 1be5232aa7
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 20 08:13:30 UTC 2018 - dmueller@suse.com
- add python-ipaddress dependency for python 2.x
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 18 09:19:49 UTC 2018 - tchvatal@suse.com Wed Jul 18 09:19:49 UTC 2018 - tchvatal@suse.com

View File

@ -50,6 +50,10 @@ Recommends: python-idna
Recommends: python-ndg-httpsclient Recommends: python-ndg-httpsclient
Recommends: python-pyOpenSSL Recommends: python-pyOpenSSL
%endif %endif
%ifpython2
BuildRequires: python-ipaddress
Requires: python-ipaddress
%endif
%python_subpackages %python_subpackages
%description %description