Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532956 - >=dev-python/django-1.7 Add support for mysql-connector-python in the ebuild for mysql backend
Summary: >=dev-python/django-1.7 Add support for mysql-connector-python in the ebuild ...
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:
 
Reported: 2014-12-18 17:32 UTC by Magnus Granberg
Modified: 2015-01-28 13:54 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 Magnus Granberg gentoo-dev 2014-12-18 17:32:47 UTC
Mysql-connector-python have been added to the tree and is needed for >=python 3 support when you use mysql as backend sql

Reproducible: Always
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-12-19 02:54:49 UTC
(In reply to Magnus Granberg from comment #0)
> Mysql-connector-python have been added to the tree and is needed for
> >=python 3 support when you use mysql as backend sql
> 
> Reproducible: Always


The mysql flag already is set in the ebuild. Do we need

$(python_gen_cond_dep 'dev-python/mysql-connector-python)' python2_7 python{3_3,3_4}) )"

or just

$(python_gen_cond_dep 'dev-python/mysql-connector-python)' python{3_3,3_4}) )"

added 'behind' the mysql? flag

? The first catches all, the second only what appears required here.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-12-21 05:50:40 UTC
  21 Dec 2014; Ian Delaney <idella4@gentoo.org> django-1.7.ebuild:
  drop IUSE mysql and dep dev-python/mysql-python in RDEPEND, substitute with
  msg via readme.gentoo eclass (suggested by floppym) informing of backend
  support for mysql now supported in all Cpython impls, fixes bug #532956 by
  zorry