From b1866426033a86a0a4506bc98d6c55ef899556cb Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 18 Nov 2018 20:47:45 -0500 Subject: [PATCH] dev-python/owslib: remove spurious test deps Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-python/owslib/owslib-0.16.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/owslib/owslib-0.16.0-r1.ebuild b/dev-python/owslib/owslib-0.16.0-r1.ebuild index fb3bf6e9f92f4..1c79db9c37407 100644 --- a/dev-python/owslib/owslib-0.16.0-r1.ebuild +++ b/dev-python/owslib/owslib-0.16.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,8 +30,6 @@ DEPEND=" test? ( dev-python/pillow[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) "