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 <-- """
Created attachment 116736 [details] Patched ebuild This ebuild has the rdepend corrected.
There is currently no zope useflag. It would need to be added before this would work.
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.