Accepting request 630478 from devel:languages:python

- Do not use ifpython2 for BRs where it does not work

- add python-ipaddress dependency for python 2.x

OBS-URL: https://build.opensuse.org/request/show/630478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-08-28 07:20:15 +00:00 committed by Git OBS Bridge
commit a4bd82b802
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 20 08:19:15 UTC 2018 - tchvatal@suse.com
- Do not use ifpython2 for BRs where it does not work
-------------------------------------------------------------------
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
BuildRequires: python2-ipaddress
%ifpython2
Requires: python-ipaddress
%endif
%python_subpackages %python_subpackages
%description %description