14
0

Accepting request 631981 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/631981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=22
This commit is contained in:
2018-08-31 07:51:35 +00:00
committed by Git OBS Bridge
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