Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710038 - dev-python/rdflib[mysql] depends on dev-python/mysql-python
Summary: dev-python/rdflib[mysql] depends on dev-python/mysql-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 710024
  Show dependency tree
 
Reported: 2020-02-18 14:06 UTC by Joonas Niilola
Modified: 2020-07-13 12:18 UTC (History)
2 users (show)

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 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