Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254976 - dev-python/mysql-python should depend on dev-python/setuptools, or install bails with ImportError.
Summary: dev-python/mysql-python should depend on dev-python/setuptools, or install ba...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 18:43 UTC by Daniel Beecham
Modified: 2009-03-20 14:55 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 Daniel Beecham 2009-01-14 18:43:51 UTC
emerging mysql-python without setuptools will fail with "ImportError: No module named setuptools".

Installing setuptools prior to mysql-python works just fine.

Reproducible: Always

Steps to Reproduce:
1. emerge --unmerge dev-python/setuptools
2. emerge mysql-python

Actual Results:  
"ImportError: No module named setuptools."

Expected Results:  
Happy penguins.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2009-03-20 14:55:50 UTC
mysql-python-1.2.2 fixes the problem.
Thanks.