Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#56614 - [python-sphinx] python-setuptools is a runtime dependency

Attached to Project: Community Packages
Opened by Antonio Rojas (arojas) - Wednesday, 06 December 2017, 18:13 GMT
Last edited by Johannes Löthberg (demize) - Wednesday, 06 December 2017, 20:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Johannes Löthberg (demize)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

In [1]: from sphinx.application import Sphinx
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-4a221d9b68b0> in <module>()
----> 1 from sphinx.application import Sphinx

/usr/lib/python2.7/site-packages/sphinx/application.py in <module>()
36 from sphinx.io import SphinxStandaloneReader
37 from sphinx.locale import __
---> 38 from sphinx.registry import SphinxComponentRegistry
39 from sphinx.util import pycompat # noqa: F401
40 from sphinx.util import import_object

/usr/lib/python2.7/site-packages/sphinx/registry.py in <module>()
13 import traceback
14
---> 15 from pkg_resources import iter_entry_points
16 from six import itervalues
17

ImportError: No module named pkg_resources
This task depends upon

Closed by  Johannes Löthberg (demize)
Wednesday, 06 December 2017, 20:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.6.5-2
Comment by Johannes Löthberg (demize) - Wednesday, 06 December 2017, 20:56 GMT
Bah, was sure I had fixed this. Sorry about that.

Loading...