diff --git a/python-wsgi_intercept.changes b/python-wsgi_intercept.changes index 430b389..2d2c549 100644 --- a/python-wsgi_intercept.changes +++ b/python-wsgi_intercept.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 21 05:51:06 UTC 2019 - Thomas Bechtold + +- 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 diff --git a/python-wsgi_intercept.spec b/python-wsgi_intercept.spec index 2a222dc..1c2c8ee 100644 --- a/python-wsgi_intercept.spec +++ b/python-wsgi_intercept.spec @@ -28,6 +28,7 @@ Source: https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept- BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # Test requirements: +BuildRequires: %{python_module devel} BuildRequires: %{python_module httplib2} BuildRequires: %{python_module pytest >= 2.4} BuildRequires: %{python_module requests >= 2.0.1}