14
0

- add 0001-IMPORTANT-late-import-in-use_hub-thread-race-caused-.patch

Fixes a problem during tests runs with python 2.7:
  RuntimeError: no suitable implementation for this system: \
    AttributeError("'module' object has no attribute 'epolls'",)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=57
This commit is contained in:
Thomas Bechtold
2019-04-29 04:31:38 +00:00
committed by Git OBS Bridge
parent 3d1fd68fe1
commit 9b7862e481
3 changed files with 729 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 29 04:30:11 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- add 0001-IMPORTANT-late-import-in-use_hub-thread-race-caused-.patch
Fixes a problem during tests runs with python 2.7:
RuntimeError: no suitable implementation for this system: \
AttributeError("'module' object has no attribute 'epolls'",)
-------------------------------------------------------------------
Thu Dec 6 15:31:02 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>