Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263238 - dev-python/cssutils-0.9.6_alpha1 needs to depend on dev-python/setuptools
Summary: dev-python/cssutils-0.9.6_alpha1 needs to depend on dev-python/setuptools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 11:48 UTC by jannis
Modified: 2009-03-22 11:14 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 jannis 2009-03-21 11:48:15 UTC
I tried to emerge dev-python/cssutils-0.9.6_alpha1 (keyworded ~amd64) but it failed:
>>> Compiling source in /var/tmp/portage/dev-python/cssutils-0.9.6_alpha1/work/cssutils-0.9.6a1 ...
Traceback (most recent call last):
  File "setup.py", line 22, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 *
 * ERROR: dev-python/cssutils-0.9.6_alpha1 failed.

After installing dev-python/setuptools the emerge succeeds. Adding setuptools to the dependency-list of cssutils might help here

Reproducible: Always

Steps to Reproduce:
1. Don't have setuptools installed
2. Try to emerge cssutils-0.9.6_alpha1

Actual Results:  
emerge failes

Expected Results:  
emerge finishes ok
Comment 1 Jesus Rivero (RETIRED) gentoo-dev 2009-03-21 23:16:16 UTC
Hello, 

     Fixed in CVS. Jannis, thanks for reporting :D

     Best regards,
Comment 2 jannis 2009-03-22 11:14:35 UTC
You're welcome :)
Thanks for fixing it so fast.