14
0

Accepting request 577228 from home:alarrosa:branches:devel:languages:python

- Remove patch which was breaking zeroconf dependency check with python3
  (it was making pkg_resources generate a DistributionNotFound exception
  because enum34 wasn't found). enum34 is only required by the python2
  package, which is what the enum-compat  package is all about.
  * python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch 
- Require python-enum-compat to require python-enum34 on python2 and
  nothing on python3, just as the egg's requires.txt file does.

OBS-URL: https://build.opensuse.org/request/show/577228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=17
This commit is contained in:
Antoine Belvire
2018-02-16 11:55:24 +00:00
committed by Git OBS Bridge
parent 53880ddb9c
commit 3f2636bdf3
3 changed files with 14 additions and 38 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 15 19:04:17 UTC 2018 - alarrosa@suse.com
- Remove patch which was breaking zeroconf dependency check with python3
(it was making pkg_resources generate a DistributionNotFound exception
because enum34 wasn't found). enum34 is only required by the python2
package, which is what the enum-compat package is all about.
* python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch
- Require python-enum-compat to require python-enum34 on python2 and
nothing on python3, just as the egg's requires.txt file does.
-------------------------------------------------------------------
Fri Jul 7 22:47:48 UTC 2017 - antoine.belvire@opensuse.org