summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-03-26 04:08:39 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-03-26 04:08:39 +0000
commit6a9f98abc186e4df243a65e219cc91c14108e1ce (patch)
tree9883fb0264628c3a796218788a1de49f61922fea /dev-python/virtualenv
parentfix quantum's webob deps (diff)
downloadgentoo-2-6a9f98abc186e4df243a65e219cc91c14108e1ce.tar.gz
gentoo-2-6a9f98abc186e4df243a65e219cc91c14108e1ce.tar.bz2
gentoo-2-6a9f98abc186e4df243a65e219cc91c14108e1ce.zip
Add missing test dep
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r--dev-python/virtualenv/ChangeLog5
-rw-r--r--dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog
index 79ef48c236ec..f65d58b28253 100644
--- a/dev-python/virtualenv/ChangeLog
+++ b/dev-python/virtualenv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.82 2013/03/21 14:18:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.83 2013/03/26 04:08:39 patrick Exp $
+
+ 26 Mar 2013; Patrick Lauer <patrick@gentoo.org> virtualenv-1.9.1-r1.ebuild:
+ Add missing test dep
*virtualenv-1.9.1-r1 (21 Mar 2013)
diff --git a/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild b/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild
index d698add923dc..e24175646654 100644
--- a/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild
+++ b/dev-python/virtualenv/virtualenv-1.9.1-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/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.1 2013/03/21 14:18:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.2 2013/03/26 04:08:39 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
@@ -20,7 +20,8 @@ IUSE="doc test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+ test? ( dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}] )"
DOCS="docs/index.txt docs/news.txt"
PYTHON_MODNAME="virtualenv.py virtualenv_support"