diff options
Diffstat (limited to 'dev-python/pytest/pytest-2.5.2.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-2.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-2.5.2.ebuild b/dev-python/pytest/pytest-2.5.2.ebuild index 7d1fb99624ea..8d21bec286c8 100644 --- a/dev-python/pytest/pytest-2.5.2.ebuild +++ b/dev-python/pytest/pytest-2.5.2.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/pytest/pytest-2.5.2.ebuild,v 1.1 2014/02/01 06:15:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.2 2014/03/28 07:49:45 idella4 Exp $ EAPI="5" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} dev-python/pexpect[$(python_gen_usedep python{2_6,2_7,3_2,3_3})] dev-python/pyyaml[${PYTHON_USEDEP}] ) -" + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all() { # Disable versioning of py.test script to avoid collision with |