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-embedded/esptool/
Date: Mon, 05 Jul 2021 11:16:18
Message-Id: 1625482984.cac4292fa45154a94d3c2a0a7c1d784f1f120fc3.mgorny@gentoo
1 commit: cac4292fa45154a94d3c2a0a7c1d784f1f120fc3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 11:03:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 11:03:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac4292f
7
8 dev-embedded/esptool: Remove incorrect unittest2 dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-embedded/esptool/esptool-3.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-embedded/esptool/esptool-3.1.ebuild b/dev-embedded/esptool/esptool-3.1.ebuild
16 index f1f9423803c..f59bf452592 100644
17 --- a/dev-embedded/esptool/esptool-3.1.ebuild
18 +++ b/dev-embedded/esptool/esptool-3.1.ebuild
19 @@ -34,7 +34,6 @@ BDEPEND="
20 test? ( $(python_gen_cond_dep '
21 dev-python/coverage[${PYTHON_MULTI_USEDEP}]
22 dev-python/pyelftools[${PYTHON_MULTI_USEDEP}]
23 - dev-python/unittest2[${PYTHON_MULTI_USEDEP}]
24 ') )
25 "