summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-10-22 16:15:59 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2012-10-22 19:19:20 +0200
commit5fbc6e36c3701366542221a6c9203101beef718e (patch)
tree96a6760b6e9a73eda2f8a57a189c7186a37baf12 /dev-python/rq
parentdev-python/rq-scheduler: initial ebuild (diff)
downloadeva-5fbc6e36c3701366542221a6c9203101beef718e.tar.gz
eva-5fbc6e36c3701366542221a6c9203101beef718e.tar.bz2
eva-5fbc6e36c3701366542221a6c9203101beef718e.zip
dev-python/rq: add missing redis-py dependency
Diffstat (limited to 'dev-python/rq')
-rw-r--r--dev-python/rq/rq-0.3.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/rq/rq-0.3.2.ebuild b/dev-python/rq/rq-0.3.2.ebuild
index 2ec31c8..cec6678 100644
--- a/dev-python/rq/rq-0.3.2.ebuild
+++ b/dev-python/rq/rq-0.3.2.ebuild
@@ -18,6 +18,7 @@ IUSE=""
RDEPEND="
>=dev-db/redis-2.4.13
dev-python/logbook
+ dev-python/redis-py
dev-python/times
python_targets_python2_5? ( dev-python/argparse )
python_targets_python2_6? ( dev-python/argparse )