Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/owslib/
Date: Mon, 19 Nov 2018 01:48:15
Message-Id: 1542592065.b1866426033a86a0a4506bc98d6c55ef899556cb.vdupras@gentoo
1 commit: b1866426033a86a0a4506bc98d6c55ef899556cb
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 01:47:45 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 01:47:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1866426
7
8 dev-python/owslib: remove spurious test deps
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/owslib/owslib-0.16.0-r1.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-python/owslib/owslib-0.16.0-r1.ebuild b/dev-python/owslib/owslib-0.16.0-r1.ebuild
17 index fb3bf6e9f92..1c79db9c374 100644
18 --- a/dev-python/owslib/owslib-0.16.0-r1.ebuild
19 +++ b/dev-python/owslib/owslib-0.16.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -30,8 +30,6 @@ DEPEND="
27 test? (
28 dev-python/pillow[${PYTHON_USEDEP}]
29 dev-python/pytest[${PYTHON_USEDEP}]
30 - dev-python/pytest-cov[${PYTHON_USEDEP}]
31 - dev-python/tox[${PYTHON_USEDEP}]
32 )
33 "