Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defcon/
Date: Fri, 29 May 2020 16:38:56
Message-Id: 1590769752.60d0ea7a6ef411bc4d7f4fdf977a241b44fe27d1.mgorny@gentoo
1 commit: 60d0ea7a6ef411bc4d7f4fdf977a241b44fe27d1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 16:29:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 16:29:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d0ea7a
7
8 dev-python/defcon: Remove extraneous deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/defcon/defcon-0.6.0-r1.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-python/defcon/defcon-0.6.0-r1.ebuild b/dev-python/defcon/defcon-0.6.0-r1.ebuild
16 index 0b9461e0f02..5fc00d82572 100644
17 --- a/dev-python/defcon/defcon-0.6.0-r1.ebuild
18 +++ b/dev-python/defcon/defcon-0.6.0-r1.ebuild
19 @@ -16,12 +16,9 @@ KEYWORDS="~amd64 ~x86"
20 IUSE=""
21
22 RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
23 -DEPEND="${RDEPEND}"
24 BDEPEND="
25 test? (
26 - dev-python/fonttools[${PYTHON_USEDEP}]
27 dev-python/fs[${PYTHON_USEDEP}]
28 - dev-python/pytest-runner[${PYTHON_USEDEP}]
29 )
30 "