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

Bug 175235

Summary: dev-python/mysql-python-1.2.2 - New runtime dependency
Product: Gentoo Linux Reporter: gerardo <gerardo>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: minor CC: gerardo
Priority: Lowest    
Version: 2006.1   
Hardware: All   
OS: Linux   
URL: http://packages.gentoo.org/search/?sstring=mysql-python
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patched ebuild

Description gerardo@gnuardo.com 2007-04-19 15:46:29 UTC
mysql-python has a runtime dependency not present in its ebuild.
From mysql-python package README:
"""
Gentoo Linux
............

Packaged as `mysql-python`_. Gentoo is also my preferred development platform,
though I have also done some with Ubuntu lately. ::

      # emerge sync
      # emerge mysql-python
  --> # emerge zmysqlda # if you use Zope <--
"""
Comment 1 gerardo@gnuardo.com 2007-04-19 15:50:54 UTC
Created attachment 116736 [details]
Patched ebuild

This ebuild has the rdepend corrected.
Comment 2 Dan 2007-04-19 16:33:19 UTC
There is currently no zope useflag.  It would need to be added before this would work.
Comment 3 Rob Cakebread (RETIRED) gentoo-dev 2007-07-07 15:47:59 UTC
If you emerge zmysqlda, it has mysql-python as a dependency so this would introduce a circular dependency.

Closing as invalid, please re-open if you think this is incorrect, Gerardo.