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/kombu/
Date: Mon, 05 Jul 2021 13:25:22
Message-Id: 1625491511.67dc1f21c38c81edbda542cda9b7157b47dd74dd.mgorny@gentoo
1 commit: 67dc1f21c38c81edbda542cda9b7157b47dd74dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 13:11:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 13:25:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dc1f21
7
8 dev-python/kombu: Remove stale dep on unittest2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/kombu/kombu-5.0.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/kombu/kombu-5.0.1.ebuild b/dev-python/kombu/kombu-5.0.1.ebuild
16 index 25a13582c42..189ab9bc017 100644
17 --- a/dev-python/kombu/kombu-5.0.1.ebuild
18 +++ b/dev-python/kombu/kombu-5.0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -35,7 +35,6 @@ DEPEND="${RDEPEND}
26 >=dev-python/case-1.5.2[${PYTHON_USEDEP}]
27 <=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
28 dev-python/pytz[${PYTHON_USEDEP}]
29 - dev-python/unittest2[${PYTHON_USEDEP}]
30 )
31 doc? (
32 dev-python/sphinx[${PYTHON_USEDEP}]