commit:     6b0d191daaaf407191798c7a95486dc15fe7b9c5
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 20:42:35 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 20:43:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0d191d

dev-python/vertex: Fix test deps

Package-Manager: portage-2.2.27

 dev-python/vertex/vertex-0.3.1-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild 
b/dev-python/vertex/vertex-0.3.1-r1.ebuild
index c790604..6fa2fd9 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

Reply via email to