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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user