From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1299347-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03243139349 for <garchives@archives.gentoo.org>; Mon, 5 Jul 2021 13:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4218CE0AA6; Mon, 5 Jul 2021 13:25:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BAA2E0AA6 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 13:25:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 901F2335D77 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 13:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4655A7BA for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 13:25:18 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1625491511.67dc1f21c38c81edbda542cda9b7157b47dd74dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kombu/kombu-5.0.1.ebuild X-VCS-Directories: dev-python/kombu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 67dc1f21c38c81edbda542cda9b7157b47dd74dd X-VCS-Branch: master Date: Mon, 5 Jul 2021 13:25:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40ae0697-347b-4466-a76c-fe6d3b42bc57 X-Archives-Hash: 84078b856ba69aeb500f88cad50a5a90 commit: 67dc1f21c38c81edbda542cda9b7157b47dd74dd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 13:11:36 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 13:25:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dc1f21 dev-python/kombu: Remove stale dep on unittest2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/kombu/kombu-5.0.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/kombu/kombu-5.0.1.ebuild b/dev-python/kombu/kombu-5.0.1.ebuild index 25a13582c42..189ab9bc017 100644 --- a/dev-python/kombu/kombu-5.0.1.ebuild +++ b/dev-python/kombu/kombu-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,6 @@ DEPEND="${RDEPEND} >=dev-python/case-1.5.2[${PYTHON_USEDEP}] <=dev-python/pytest-5.3.5[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}]