14
0

- Add back devel dependency to be able to build on SLE12SP4. Without

it, the build fails with:
  ImportError: cannot import name HTTPSConnection

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=38
This commit is contained in:
Thomas Bechtold
2019-03-21 05:55:57 +00:00
committed by Git OBS Bridge
parent 0415fe20e4
commit 1c86082f2e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 21 05:51:06 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Add back devel dependency to be able to build on SLE12SP4. Without
it, the build fails with:
ImportError: cannot import name HTTPSConnection
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 9 09:12:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com> Sat Mar 9 09:12:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -28,6 +28,7 @@ Source: https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# Test requirements: # Test requirements:
BuildRequires: %{python_module devel}
BuildRequires: %{python_module httplib2} BuildRequires: %{python_module httplib2}
BuildRequires: %{python_module pytest >= 2.4} BuildRequires: %{python_module pytest >= 2.4}
BuildRequires: %{python_module requests >= 2.0.1} BuildRequires: %{python_module requests >= 2.0.1}