Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 286891

Summary: net-p2p/deluge-1.1.9 needs setuptools
Product: Gentoo Linux Reporter: MageSlayer <denisgolovan>
Component: Current packagesAssignee: Gentoo net-p2p team <net-p2p>
Status: VERIFIED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.