From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1299313-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 343D413933E for <garchives@archives.gentoo.org>; Mon, 5 Jul 2021 11:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49715E0A90; Mon, 5 Jul 2021 11:16:17 +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 2898BE0A8F for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 11:16:17 +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 136B3342A6C for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 11:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 668787BC for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 11:16:14 +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: <1625482984.cac4292fa45154a94d3c2a0a7c1d784f1f120fc3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/esptool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/esptool/esptool-3.1.ebuild X-VCS-Directories: dev-embedded/esptool/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cac4292fa45154a94d3c2a0a7c1d784f1f120fc3 X-VCS-Branch: master Date: Mon, 5 Jul 2021 11:16:14 +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: 963f9fe4-67b2-4a29-9072-74c86eeca0ec X-Archives-Hash: 9ff599c6f2724319f67c9e20d1e16cf5 commit: cac4292fa45154a94d3c2a0a7c1d784f1f120fc3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 11:03:04 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 11:03:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac4292f dev-embedded/esptool: Remove incorrect unittest2 dep Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-embedded/esptool/esptool-3.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-embedded/esptool/esptool-3.1.ebuild b/dev-embedded/esptool/esptool-3.1.ebuild index f1f9423803c..f59bf452592 100644 --- a/dev-embedded/esptool/esptool-3.1.ebuild +++ b/dev-embedded/esptool/esptool-3.1.ebuild @@ -34,7 +34,6 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' dev-python/coverage[${PYTHON_MULTI_USEDEP}] dev-python/pyelftools[${PYTHON_MULTI_USEDEP}] - dev-python/unittest2[${PYTHON_MULTI_USEDEP}] ') ) "