[opensuse-factory] python-Sphinx is broken?
Hello. I think, python-Sphinx is broken after recent update. Changes of Revision 13 +Tue Nov 6 00:24:32 UTC 2012 - saschpe@suse.de + +- Remove obsolete SUSE version checks +- Don't package locale files twice %files -f sphinx.lang @@ -99,9 +89,10 @@ %doc AUTHORS CHANGES LICENSE README TODO %{_bindir}/sphinx-* %{python_sitelib}/* +%exclude %{python_sitelib}/sphinx/locale/ I see at least four packages failed to build: python-djvulibre python-keystoneclient python-numpy-doc python-polib The error is: File "/usr/lib/python2.7/site-packages/sphinx/application.py", line 25, in <module> from sphinx import package_dir, locale ImportError: cannot import name locale -- WBR Kyrill
Am 18.11.2012 10:43, schrieb Kyrill Detinov:
Hello.
I think, python-Sphinx is broken after recent update.
Changes of Revision 13
+Tue Nov 6 00:24:32 UTC 2012 - saschpe@suse.de + +- Remove obsolete SUSE version checks +- Don't package locale files twice
%files -f sphinx.lang @@ -99,9 +89,10 @@ %doc AUTHORS CHANGES LICENSE README TODO %{_bindir}/sphinx-* %{python_sitelib}/* +%exclude %{python_sitelib}/sphinx/locale/
I see at least four packages failed to build: python-djvulibre python-keystoneclient python-numpy-doc python-polib
The error is: File "/usr/lib/python2.7/site-packages/sphinx/application.py", line 25, in <module> from sphinx import package_dir, locale ImportError: cannot import name locale
Ok sorry, that was my fault. I misinterpreted rpmlint's false positive. SR#141793 should fix it. -- With kind regards, Sascha Peilicke SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nuernberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Kyrill Detinov
-
Sascha Peilicke