Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515016 - dev-python/lz4-0.6.1 incomplete deps
Summary: dev-python/lz4-0.6.1 incomplete deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2014-06-25 03:26 UTC by Patrick Lauer
Modified: 2014-07-02 23:43 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-25 03:26:38 UTC
* python3_2: running distutils-r1_run_phase distutils-r1_python_compile
 * python3_3: running distutils-r1_run_phase distutils-r1_python_compile
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/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 4, in <module>
    from setuptools import setup, find_packages, Extension
ImportError: No module named setuptools
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup, find_packages, Extension
ImportError: No module named 'setuptools'
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup, find_packages, Extension
ImportError: No module named setuptools
 * ERROR: dev-python/lz4-0.6.1::gentoo failed (compile phase):
 * ERROR: dev-python/lz4-0.6.1::gentoo failed (compile phase):
 * ERROR: dev-python/lz4-0.6.1::gentoo failed (compile phase):
 *   (no error message)
 *   (no error message)
 *   (no error message)
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-07-02 05:16:16 UTC
Once again, tarball from pypi.org is absent of tests folder -> testsuite.

  02 Jul 2014; Ian Delaney <idella4@gentoo.org> lz4-0.6.0_p20140104.ebuild,
  lz4-0.6.1.ebuild:
  -0.6.0_p20140104;drop py2.6 -0.6.1; drop py2.6 add py3.4 pypy, removed IUSE
  test, dep nose & test phase due to absence (again) of tests folder in that
  release; both; add missing dep setuptools, fixes bug #515016