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>