diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-12-18 10:15:35 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-12-18 10:15:35 +0000 |
commit | e9204eff4fab3a34d6fccdd5b23f77eb20db68c9 (patch) | |
tree | 12ddac9f7b49a16b2d0ccb382d68f81f95a24b2b /dev-python/hp3parclient | |
parent | Add missing dep for doc build (diff) | |
download | gentoo-2-e9204eff4fab3a34d6fccdd5b23f77eb20db68c9.tar.gz gentoo-2-e9204eff4fab3a34d6fccdd5b23f77eb20db68c9.tar.bz2 gentoo-2-e9204eff4fab3a34d6fccdd5b23f77eb20db68c9.zip |
And PYTHON_USEDEP
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/hp3parclient')
-rw-r--r-- | dev-python/hp3parclient/hp3parclient-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild b/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild index 2c9f8c8d0ca6..cd9b288a27c1 100644 --- a/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild +++ b/dev-python/hp3parclient/hp3parclient-2.0.0.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/hp3parclient/hp3parclient-2.0.0.ebuild,v 1.2 2013/12/18 10:11:20 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hp3parclient/hp3parclient-2.0.0.ebuild,v 1.3 2013/12/18 10:15:35 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -21,7 +21,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/nose-testconfig[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx )" + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" # Instructions on running tests are utter nonsense. Tried and gave up python_compile_all() { |