add dependency on python-distutils-extra
Bug #520575 reported by
Lucian Adrian Grijincu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ground Control |
Fix Released
|
Critical
|
Martin Owens |
Bug Description
I was trying to run "./setup.py" and python complained about not having a DistUtilsExtra module:
Traceback (most recent call last):
File "./setup.py", line 23, in <module>
from DistUtilsExtra.
ImportError: No module named DistUtilsExtra.
Solved it by installing python-
You'll need to add this in "Depends:"
Related branches
Changed in groundcontrol: | |
status: | New → Fix Committed |
assignee: | nobody → Martin Owens (doctormo) |
importance: | Undecided → Critical |
milestone: | none → 1.5 |
Changed in groundcontrol: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.