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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6779158041 for ; Tue, 27 Feb 2024 15:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1CBE2B48; Tue, 27 Feb 2024 15:43:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8602CE2B48 for ; Tue, 27 Feb 2024 15:43:05 +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 6A4BB33BE18 for ; Tue, 27 Feb 2024 15:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5A714D7 for ; Tue, 27 Feb 2024 15:43:02 +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: <1709048378.ec36ede95f5e3b7a2a4c4b96c591b43995445d71.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-testinfra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild X-VCS-Directories: dev-python/pytest-testinfra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec36ede95f5e3b7a2a4c4b96c591b43995445d71 X-VCS-Branch: master Date: Tue, 27 Feb 2024 15:43:02 +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: 3487e294-59be-487b-9dd8-df00034600ef X-Archives-Hash: da8c30dcacec122162248e3156f85387 commit: ec36ede95f5e3b7a2a4c4b96c591b43995445d71 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 27 15:39:38 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 27 15:39:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec36ede9 dev-python/pytest-testinfra: Remove test dep on app-admin/salt Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild | 3 --- dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild b/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild index 6c68af1ef89a..e16d835a1bb3 100644 --- a/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild +++ b/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild @@ -27,9 +27,6 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( app-admin/ansible - $(python_gen_cond_dep ' - app-admin/salt[${PYTHON_USEDEP}] - ' python3_10) dev-python/paramiko[${PYTHON_USEDEP}] dev-python/pywinrm[${PYTHON_USEDEP}] ) diff --git a/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild b/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild index e558b74bb0bf..db08d1a55662 100644 --- a/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild +++ b/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild @@ -27,9 +27,6 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( app-admin/ansible - $(python_gen_cond_dep ' - app-admin/salt[${PYTHON_USEDEP}] - ' python3_10) dev-python/paramiko[${PYTHON_USEDEP}] dev-python/pywinrm[${PYTHON_USEDEP}] )