summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-10-09 16:19:40 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-10-09 16:19:40 +0000
commit36af9d2b5640f3c4181c8db302f1b8a0372c161f (patch)
tree2ae6e3c75d9ea1e951b659290a5c094ef7978843 /dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild
parentI didn't need to restrict to sqlalchemy <0.8 and removed unused variable (diff)
downloadgentoo-2-36af9d2b5640f3c4181c8db302f1b8a0372c161f.tar.gz
gentoo-2-36af9d2b5640f3c4181c8db302f1b8a0372c161f.tar.bz2
gentoo-2-36af9d2b5640f3c4181c8db302f1b8a0372c161f.zip
readded <0.8 to the sqlalchemy dep
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild')
-rw-r--r--dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild
index 1f8d186065e2..03dfa042da5b 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild,v 1.2 2013/10/09 16:15:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2-r1.ebuild,v 1.3 2013/10/09 16:19:40 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,6 +19,7 @@ IUSE=""
DEPEND="dev-python/decorator[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-0.6[${PYTHON_USEDEP}]
+ <dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
dev-python/tempita[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
# for tests: unittest2 and scripttest