diff options
-rw-r--r-- | dev-python/python-openid/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-openid/python-openid-2.2.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-openid/ChangeLog b/dev-python/python-openid/ChangeLog index df479355b7be..c111c1537f7d 100644 --- a/dev-python/python-openid/ChangeLog +++ b/dev-python/python-openid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-openid # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.14 2010/06/28 20:04:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.15 2010/10/30 23:29:24 arfrever Exp $ + + 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + python-openid-2.2.5.ebuild: + Fix dependencies. *python-openid-2.2.5 (28 Jun 2010) diff --git a/dev-python/python-openid/python-openid-2.2.5.ebuild b/dev-python/python-openid/python-openid-2.2.5.ebuild index 0ede27890eee..8687143328d9 100644 --- a/dev-python/python-openid/python-openid-2.2.5.ebuild +++ b/dev-python/python-openid/python-openid-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.1 2010/06/28 20:04:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.2 2010/10/30 23:29:24 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -21,7 +21,7 @@ IUSE="examples mysql postgres sqlite" RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 ) postgres? ( dev-python/psycopg ) - sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )" + sqlite? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) )" DEPEND="${RDEPEND}" S="${WORKDIR}/openid-python-openid-b666238" |