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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AC9E158020 for ; Fri, 28 Oct 2022 18:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41600E0826; Fri, 28 Oct 2022 18:00:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 222CDE0826 for ; Fri, 28 Oct 2022 18:00:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF8B9340B4D for ; Fri, 28 Oct 2022 18:00:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0D5617 for ; Fri, 28 Oct 2022 17:59:59 +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: <1666979996.45a86d1c1bd38f1341d29fe8123d7b07c8e7ddd3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-molecule/ansible-molecule-4.0.1.ebuild X-VCS-Directories: app-admin/ansible-molecule/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45a86d1c1bd38f1341d29fe8123d7b07c8e7ddd3 X-VCS-Branch: master Date: Fri, 28 Oct 2022 17:59:59 +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: 64fd0b8f-b42c-496c-bb30-ac552047d678 X-Archives-Hash: 07b600ecefc4eb9f010ce49351bb9877 commit: 45a86d1c1bd38f1341d29fe8123d7b07c8e7ddd3 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 28 17:59:07 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 28 17:59:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a86d1c app-admin/ansible-molecule: Remove unnecessary dep on pytest-html Bug: https://bugs.gentoo.org/759931 Signed-off-by: Michał Górny gentoo.org> app-admin/ansible-molecule/ansible-molecule-4.0.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/ansible-molecule/ansible-molecule-4.0.1.ebuild b/app-admin/ansible-molecule/ansible-molecule-4.0.1.ebuild index 3e827f95a347..603414d23bdf 100644 --- a/app-admin/ansible-molecule/ansible-molecule-4.0.1.ebuild +++ b/app-admin/ansible-molecule/ansible-molecule-4.0.1.ebuild @@ -48,7 +48,6 @@ BDEPEND="$(python_gen_cond_dep ' >=dev-python/ansi2html-1.6.0[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] =dev-python/pytest-html-3.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-mock-3.3.1[${PYTHON_USEDEP}] >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}] >=dev-python/pytest-testinfra-6.1.0[${PYTHON_USEDEP}]