summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-04-24 16:04:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-04-24 16:04:52 +0000
commit7728fe842a2386eb485fe889b60b025efc4ed77c (patch)
tree92b681bf224de2657c1656136700bb8f2dd287f0 /dev-python/django/django-0.96.ebuild
parentBump to 1.16.3 (diff)
downloadhistorical-7728fe842a2386eb485fe889b60b025efc4ed77c.tar.gz
historical-7728fe842a2386eb485fe889b60b025efc4ed77c.tar.bz2
historical-7728fe842a2386eb485fe889b60b025efc4ed77c.zip
adjust the mysql-python dependency, as 1.2.1_p2 is the minimum allowed version. Closes bug #175821 by Jean-Claude Repetto
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'dev-python/django/django-0.96.ebuild')
-rw-r--r--dev-python/django/django-0.96.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django/django-0.96.ebuild b/dev-python/django/django-0.96.ebuild
index 04187168444c..032b11e60836 100644
--- a/dev-python/django/django-0.96.ebuild
+++ b/dev-python/django/django-0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.96.ebuild,v 1.2 2007/03/25 21:54:41 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.96.ebuild,v 1.3 2007/04/24 16:04:52 seemant Exp $
inherit bash-completion distutils eutils versionator
@@ -24,7 +24,7 @@ RDEPEND="dev-python/imaging
( >=dev-python/pysqlite-2.0.3 <dev-lang/python-2.5 )
>=dev-lang/python-2.5 ) )
postgres? ( dev-python/psycopg )
- mysql? ( dev-python/mysql-python )"
+ mysql? ( >=dev-python/mysql-python-1.2.1_p2 )"
DEPEND="${RDEPEND}
>=dev-python/setuptools-0.6_rc3"