15
0
forked from pool/python-WebOb

Accepting request 630543 from devel:languages:python

- add explicit requires on python to have SSL module available
  for passing the tests

OBS-URL: https://build.opensuse.org/request/show/630543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=27
This commit is contained in:
2018-08-22 12:19:24 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 20 15:00:08 UTC 2018 - dmueller@suse.com
- add explicit requires on python to have SSL module available
for passing the tests
-------------------------------------------------------------------
Thu Aug 9 06:55:05 UTC 2018 - tchvatal@suse.com

View File

@@ -34,6 +34,9 @@ BuildRequires: fdupes
BuildRequires: python3-Sphinx
BuildArch: noarch
%ifpython2
# We need SSL support
BuildRequires: %{oldpython}
Requires: %{oldpython}
Obsoletes: %{oldpython}-webob < %{version}
Provides: %{oldpython}-webob = %{version}
%endif