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

Bug 515004

Summary: dev-python/django-discover-runner-1.0 incomplete dependencies
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 515060    

Description Patrick Lauer gentoo-dev 2014-06-25 03:07:27 UTC
* python3_3: running distutils-r1_run_phase distutils-r1_python_compile
 * python3_4: running distutils-r1_run_phase distutils-r1_python_compile
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.3 setup.py build
/usr/bin/python3.4 setup.py build
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 * ERROR: dev-python/django-discover-runner-1.0::gentoo failed (compile phase):
 *   (no error message)
 * 
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'
 * Call stack:
 * ERROR: dev-python/django-discover-runner-1.0::gentoo failed (compile phase):
 *     ebuild.sh, line   93:  Called src_compile
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'
 *   (no error message)
 *   environment, line 3395:  Called distutils-r1_src_compile
 * 
 * ERROR: dev-python/django-discover-runner-1.0::gentoo failed (compile phase):
 * Call stack:
 *   (no error message)
 *   environment, line  979:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-07-01 06:11:15 UTC
  01 Jul 2014; Ian Delaney <idella4@gentoo.org>
  django-discover-runner-1.0.ebuild:
  add missing dep, fixes Bug #515004