Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286891 - net-p2p/deluge-1.1.9 needs setuptools
Summary: net-p2p/deluge-1.1.9 needs setuptools
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 05:53 UTC by MageSlayer
Modified: 2009-11-05 18:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MageSlayer 2009-09-29 05:53:26 UTC
When trying build (I'm using paludis) last lines are the following:

python setup.py build
Traceback (most recent call last):
  File "setup.py", line 28, in <module>
    from setuptools import setup, find_packages, Extension
ImportError: No module named setuptools

!!! ERROR in net-p2p/deluge-1.1.9::gentoo:
!!! In distutils_src_compile at line 1231
!!! Building failed

Reproducible: Always
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2009-11-05 16:15:38 UTC
dev-python/setuptools has been in the DEPEND for loooooooong time.
Comment 2 MageSlayer 2009-11-05 18:12:54 UTC
Seems like I could be related to python 2.6 update.
It works after python-updater.
Sorry for noise.