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:
commit
a4bd82b802
@ -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
|
||||
|
||||
|
@ -50,6 +50,10 @@ Recommends: python-idna
|
||||
Recommends: python-ndg-httpsclient
|
||||
Recommends: python-pyOpenSSL
|
||||
%endif
|
||||
BuildRequires: python2-ipaddress
|
||||
%ifpython2
|
||||
Requires: python-ipaddress
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user