diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-14 06:39:44 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-14 06:39:44 +0000 |
commit | a5521a15d26ae44970405ac5116e1682c452c8d6 (patch) | |
tree | 019ea68ee96048914c96b1b939f1e001af7a954c /dev-python/redis-py/redis-py-2.10.1.ebuild | |
parent | Remove mask for app-emulation/emul-linux-x86-compat, package has been removed. (diff) | |
download | gentoo-2-a5521a15d26ae44970405ac5116e1682c452c8d6.tar.gz gentoo-2-a5521a15d26ae44970405ac5116e1682c452c8d6.tar.bz2 gentoo-2-a5521a15d26ae44970405ac5116e1682c452c8d6.zip |
correction to deps, noted by Arfrever
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/redis-py/redis-py-2.10.1.ebuild')
-rw-r--r-- | dev-python/redis-py/redis-py-2.10.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/redis-py/redis-py-2.10.1.ebuild b/dev-python/redis-py/redis-py-2.10.1.ebuild index b4752a3a48f6..773969a83eef 100644 --- a/dev-python/redis-py/redis-py-2.10.1.ebuild +++ b/dev-python/redis-py/redis-py-2.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.10.1.ebuild,v 1.1 2014/06/25 02:42:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.10.1.ebuild,v 1.2 2014/10/14 06:39:44 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -19,9 +19,9 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux" IUSE="test" -RDEPEND="dev-db/redis" +RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} + test? ( dev-db/redis >=dev-python/pytest-2.5.0[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" |