From 0d7b0d7e83cdd8b4d997728bae33fb47bdd27989d6b949c1444a7988ba89692a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Aug 2018 15:03:12 +0000 Subject: [PATCH] - add explicit requires on python to have SSL module available for passing the tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=51 --- python-WebOb.changes | 6 ++++++ python-WebOb.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-WebOb.changes b/python-WebOb.changes index 3917a7c..eda00a4 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -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 diff --git a/python-WebOb.spec b/python-WebOb.spec index c746b23..a90b01c 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -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