Ticket #902 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

add the python-distutils-extra dependancy

Reported by: bzg Owned by: sascha_silbe
Priority: Normal Milestone: Unspecified by Release Team
Component: sugar-jhbuild Version: Unspecified
Severity: Minor Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

I tried to do a fresh sugar-jhbuild install.
I pulled the repo and updated it without trouble.

./sugar-jhbuild depscheck told me to install python-empy

Then ./sugar-jhbuild:

,----
| *** Checking out sugar-update-control *** [25/40]
| git pull --rebase
| Current branch master is up to date.
| *** Building sugar-update-control *** [25/40]
| python setup.py build
| Traceback (most recent call last):
| File "setup.py", line 2, in <module>
| from DistUtilsExtra.command import * # gettext support
| ImportError: No module named DistUtilsExtra.command
`----

sudo apt-get install python-distutils-extra solves this problem.

It should be added to the list of dependencies.

Change History

Changed 4 years ago by sascha_silbe

  • status changed from new to closed
  • distribution changed from Ubuntu to Unspecified
  • resolution set to fixed
  • summary changed from Building sugar-jhbuild on Ubuntu Jaunty: add the python-distutils-extra dependancy to add the python-distutils-extra dependancy

Fixed on all distros (package name for Mandriva is just a guess, though), thanks for the report!

Note: See TracTickets for help on using tickets.