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 23FF2158451 for ; Thu, 11 Jan 2024 19:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF182BC013; Thu, 11 Jan 2024 19:42:32 +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 1DB622BC013 for ; Thu, 11 Jan 2024 19:42:32 +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 6D116343255 for ; Thu, 11 Jan 2024 19:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46A111F4 for ; Thu, 11 Jan 2024 19:42:27 +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: <1705002143.1f5d31897885c91ef5efa63048edb043682fb717.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-69.0.2-r1.ebuild dev-python/setuptools/setuptools-69.0.3.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f5d31897885c91ef5efa63048edb043682fb717 X-VCS-Branch: master Date: Thu, 11 Jan 2024 19:42:27 +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: 62b6a839-aa31-45ce-b344-fe6277432cf9 X-Archives-Hash: 278366be2c7e9da45485629300272edd commit: 1f5d31897885c91ef5efa63048edb043682fb717 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 11 19:36:02 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 11 19:42:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5d3189 dev-python/setuptools: Remove obsolete dep on pytest-fixture-config Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-69.0.2-r1.ebuild | 1 - dev-python/setuptools/setuptools-69.0.3.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/setuptools/setuptools-69.0.2-r1.ebuild b/dev-python/setuptools/setuptools-69.0.2-r1.ebuild index dddcaa1f9c4b..62754c206598 100644 --- a/dev-python/setuptools/setuptools-69.0.2-r1.ebuild +++ b/dev-python/setuptools/setuptools-69.0.2-r1.ebuild @@ -47,7 +47,6 @@ BDEPEND=" dev-python/pip[${PYTHON_USEDEP}] dev-python/pip-run[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-fixture-config[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}] diff --git a/dev-python/setuptools/setuptools-69.0.3.ebuild b/dev-python/setuptools/setuptools-69.0.3.ebuild index 4757d82dbf7e..3aff391f9316 100644 --- a/dev-python/setuptools/setuptools-69.0.3.ebuild +++ b/dev-python/setuptools/setuptools-69.0.3.ebuild @@ -47,7 +47,6 @@ BDEPEND=" dev-python/pip[${PYTHON_USEDEP}] dev-python/pip-run[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-fixture-config[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]