diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-10-22 19:20:28 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-10-22 19:20:28 +0200 |
commit | 59e8b72606d017c3d17313c50e52fd6ea4f11537 (patch) | |
tree | 130c348c753932c7a37380e79ced92b3e5cdbe92 /dev-python/rq | |
parent | dev-python/rq: add missing redis-py dependency (diff) | |
download | eva-59e8b72606d017c3d17313c50e52fd6ea4f11537.tar.gz eva-59e8b72606d017c3d17313c50e52fd6ea4f11537.tar.bz2 eva-59e8b72606d017c3d17313c50e52fd6ea4f11537.zip |
dev-python/rq: does not work with python3
Diffstat (limited to 'dev-python/rq')
-rw-r--r-- | dev-python/rq/rq-0.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rq/rq-0.3.2.ebuild b/dev-python/rq/rq-0.3.2.ebuild index cec6678..ed684d1 100644 --- a/dev-python/rq/rq-0.3.2.ebuild +++ b/dev-python/rq/rq-0.3.2.ebuild @@ -3,6 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/rsa-3.1.1.ebuild,v 1.4 2012/08/19 18:48:44 johu Exp $ EAPI="4" +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) inherit distutils-r1 @@ -22,7 +23,6 @@ RDEPEND=" dev-python/times python_targets_python2_5? ( dev-python/argparse ) python_targets_python2_6? ( dev-python/argparse ) - python_targets_python3_1? ( dev-python/argparse ) " DEPEND="${RDEPEND} dev-python/setuptools |