From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CD16F139347 for ; Mon, 5 Jul 2021 13:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2328AE0AA0; Mon, 5 Jul 2021 13:25:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D3E2E0AA0 for ; Mon, 5 Jul 2021 13:25:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F0C71342B2F for ; Mon, 5 Jul 2021 13:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA8D7C5 for ; Mon, 5 Jul 2021 13:25:18 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1625491514.8f8a829f7790515a6cf376666f0c5e566cf0dd6f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild X-VCS-Directories: dev-python/pyu2f/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f8a829f7790515a6cf376666f0c5e566cf0dd6f X-VCS-Branch: master Date: Mon, 5 Jul 2021 13:25:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a48c95a9-f9db-4ec2-a208-67e49c0be1c2 X-Archives-Hash: 3a7809f99c2c0fa9f3b1f6217ca91674 commit: 8f8a829f7790515a6cf376666f0c5e566cf0dd6f Author: Michał Górny gentoo org> AuthorDate: Mon Jul 5 13:15:58 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 5 13:25:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8a829f dev-python/pyu2f: Remove stale dep on unittest2 unittest2 is only used on Python < 2.7. Signed-off-by: Michał Górny gentoo.org> dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild index 5c2de55fbad..3361d4f9f40 100644 --- a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild +++ b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild @@ -26,7 +26,6 @@ BDEPEND=" dev-python/pyfakefs[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] ) "