14
0
forked from pool/python-Cython

Accepting request 220743 from home:jengelh:branches:devel:languages:python

- add python-xml as require

OBS-URL: https://build.opensuse.org/request/show/220743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=39
This commit is contained in:
Denisart Benjamin
2014-02-03 19:48:55 +00:00
committed by Git OBS Bridge
parent 32f780db18
commit 2a471dbfd5
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 3 18:51:50 UTC 2014 - jengelh@inai.de
- Cython grew a dependency on saxutils (and since then, libplist
failed to build). Add python-xml as a Requires to avoid:
[...]
File "/usr/lib64/python2.7/site-packages/Cython/Compiler/Annotate.py",
line 6, in <module> from xml.sax.saxutils import escape as
html_escape.
ImportError: No module named xml.sax.saxutils
-------------------------------------------------------------------
Fri Jan 31 10:19:40 UTC 2014 - speilicke@suse.com