summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-12-09 01:28:35 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-12-09 01:28:35 +0000
commitc24f884c44141e6b2a7a4fe6adb02a2bcb318fce (patch)
tree40d5001431ce8f78ec28af5a44940dbd01a0a30e /dev-python/dogpile-cache
parentFix build/install when USE=multicall. (diff)
downloadgentoo-2-c24f884c44141e6b2a7a4fe6adb02a2bcb318fce.tar.gz
gentoo-2-c24f884c44141e6b2a7a4fe6adb02a2bcb318fce.tar.bz2
gentoo-2-c24f884c44141e6b2a7a4fe6adb02a2bcb318fce.zip
dogpile-core is only needed in test/run time, not install time.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/dogpile-cache')
-rw-r--r--dev-python/dogpile-cache/ChangeLog6
-rw-r--r--dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/dogpile-cache/ChangeLog b/dev-python/dogpile-cache/ChangeLog
index 04a520c5a0fb..87f023a28666 100644
--- a/dev-python/dogpile-cache/ChangeLog
+++ b/dev-python/dogpile-cache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/dogpile-cache
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.4 2013/12/08 01:31:32 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.5 2013/12/09 01:28:35 prometheanfire Exp $
+
+ 09 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
+ dogpile-cache-0.5.2.ebuild:
+ dogpile-core is only needed in test/run time, not install time.
08 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
dogpile-cache-0.5.2.ebuild:
diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
index b376e55ff624..2fc57ec9bf4e 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.5.2.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/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.3 2013/12/08 01:31:32 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.4 2013/12/09 01:28:35 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -19,10 +19,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
-DEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}] )"
+ dev-python/nose[${PYTHON_USEDEP}]
+ >=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] )"
# for testsuite
DISTUTILS_NO_PARALLEL_BUILD=1