From: Patrick Lauer Date: Thu, 18 Feb 2016 20:42:35 +0000 (+0100) Subject: dev-python/vertex: Fix test deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b0d191daaaf407191798c7a95486dc15fe7b9c5;p=gentoo.git dev-python/vertex: Fix test deps Package-Manager: portage-2.2.27 --- diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild b/dev-python/vertex/vertex-0.3.1-r1.ebuild index c790604505c3..6fa2fd97364f 100644 --- a/dev-python/vertex/vertex-0.3.1-r1.ebuild +++ b/dev-python/vertex/vertex-0.3.1-r1.ebuild @@ -12,15 +12,16 @@ HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/ SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="~amd64 ~x86" -IUSE="libressl" +IUSE="libressl test" -DEPEND=" +RDEPEND=" !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) >=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( dev-python/pretend )" python_install_all() { distutils-r1_python_install_all