FS#36628 - [python-astroid] python-astroid missing dependency on python-logilab-common

Attached to Project: Arch Linux
Opened by Guillaume Pujol (PiC0) - Wednesday, 21 August 2013, 12:13 GMT
Last edited by Angel Velasquez (angvp) - Saturday, 24 August 2013, 21:15 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Angel Velasquez (angvp)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

package python-astroid-1.0.0-1 misses a dependency on python-logilab-common

Traceback when python-logilab-common is not installed:

File "/usr/lib/python3.3/site-packages/astroid/__init__.py", line 54, in <module>
from astroid.nodes import *
File "/usr/lib/python3.3/site-packages/astroid/nodes.py", line 48, in <module>
from astroid.scoped_nodes import Module, GenExpr, Lambda, DictComp, \
File "/usr/lib/python3.3/site-packages/astroid/scoped_nodes.py", line 29, in <module>
from logilab.common.compat import builtins
ImportError: No module named 'logilab'

Regards,
Guillaume
This task depends upon

Closed by  Angel Velasquez (angvp)
Saturday, 24 August 2013, 21:15 GMT
Reason for closing:  Fixed

Loading...