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

Bug 710038

Summary: dev-python/rdflib[mysql] depends on dev-python/mysql-python
Product: Gentoo Linux Reporter: Joonas Niilola <juippis>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo, rossi.f
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 710024    

Description Joonas Niilola gentoo-dev 2020-02-18 14:06:16 UTC
This package is depending on dev-python/mysql-python which is broken and abandoned by upstream. You should attempt to switch to dev-python/mysqlclient which is a continued fork of mysql-python. Please test that it works like it's supposed to, so broken mysql-python can be last-rited and removed from the tree.
Comment 1 Fabio Rossi 2020-05-03 15:06:33 UTC
the ebuild is currently wrong because it misses something like:

REQUIRED_USE=mysql? ( || ( $(python_gen_useflags python2*) ) )"

which won't be needed when switching to dev-python/mysqlclient
Comment 2 Joonas Niilola gentoo-dev 2020-07-13 12:17:46 UTC
Seems like this is "fixed" via https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c7369dbffeebf01c9005bb4a2f9f89f50f5e88