Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515752 - dev-python/testfixtures-3.0.0 incomplete dependencies
Summary: dev-python/testfixtures-3.0.0 incomplete dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-30 03:19 UTC by Patrick Lauer
Modified: 2014-06-30 14:24 UTC (History)
1 user (show)

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 Patrick Lauer gentoo-dev 2014-06-30 03:19:27 UTC
/usr/bin/python3.2 setup.py build
/usr/bin/python3.3 setup.py build
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 * ERROR: dev-python/testfixtures-3.0.0::gentoo failed (compile phase):
 *   (no error message)
Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'
 * 
 * Call stack:
Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 * ERROR: dev-python/testfixtures-3.0.0::gentoo failed (compile phase):
 *   (no error message)
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-06-30 14:24:07 UTC
  30 Jun 2014; Ian Delaney <idella4@gentoo.org> +files/docbuild.patch,
  -files/testfixtures-2.3.4-adjust_tests.patch, -testfixtures-2.3.4.ebuild,
  testfixtures-3.0.0.ebuild:
  drop py2.6, update deps, docbuild (includes new patch), remove old ebuild and
  patch, fixes bug #515752 by Patrick