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/httpretty/
Date: Mon, 03 Dec 2018 12:01:03
Message-Id: 1543838443.b5fab6ce6e19d7609b5efbcfa35223640ae6f0d8.vdupras@gentoo
1 commit: b5fab6ce6e19d7609b5efbcfa35223640ae6f0d8
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 12:00:43 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 12:00:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fab6ce
7
8 dev-python/httpretty: 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/httpretty/httpretty-0.8.14.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-python/httpretty/httpretty-0.8.14.ebuild b/dev-python/httpretty/httpretty-0.8.14.ebuild
17 index 2645a4b1820..ff621a82378 100644
18 --- a/dev-python/httpretty/httpretty-0.8.14.ebuild
19 +++ b/dev-python/httpretty/httpretty-0.8.14.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 @@ -20,14 +20,12 @@ RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]"
27 DEPEND="
28 dev-python/setuptools[${PYTHON_USEDEP}]
29 test? (
30 - >=dev-python/coverage-3.5[${PYTHON_USEDEP}]
31 >=dev-python/nose-1.2[${PYTHON_USEDEP}]
32 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
33 dev-python/sure[${PYTHON_USEDEP}]
34 dev-python/httplib2[${PYTHON_USEDEP}]
35 >=dev-python/requests-1.1[${PYTHON_USEDEP}]
36 >=www-servers/tornado-2.2[${PYTHON_USEDEP}]
37 - dev-python/ipdb[${PYTHON_USEDEP}]
38 )"
39
40 #Required for test phase