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 6E9E9158087 for ; Fri, 4 Feb 2022 12:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B56EF2BC067; Fri, 4 Feb 2022 12:04:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9ADE32BC068 for ; Fri, 4 Feb 2022 12:04:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62E80343391 for ; Fri, 4 Feb 2022 12:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AB8E2D4 for ; Fri, 4 Feb 2022 12:04:03 +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: <1643976230.38fc24bd76296e0fa5bb2aeaa4eb8a6bb995c10f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-itertools/jaraco-itertools-6.0.3.ebuild X-VCS-Directories: dev-python/jaraco-itertools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38fc24bd76296e0fa5bb2aeaa4eb8a6bb995c10f X-VCS-Branch: master Date: Fri, 4 Feb 2022 12:04:03 +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: 28d5e339-5bf4-4ee2-bb66-f484f0f5eac2 X-Archives-Hash: 852a9e1a6282aff98a3a9efd38e96319 commit: 38fc24bd76296e0fa5bb2aeaa4eb8a6bb995c10f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 11:53:22 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 12:03:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fc24bd dev-python/jaraco-itertools: Remove obsolete toml dep (from setuptools_scm) Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-itertools/jaraco-itertools-6.0.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/jaraco-itertools/jaraco-itertools-6.0.3.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-6.0.3.ebuild index 99d845e38bfe..db86fa022f88 100644 --- a/dev-python/jaraco-itertools/jaraco-itertools-6.0.3.ebuild +++ b/dev-python/jaraco-itertools/jaraco-itertools-6.0.3.ebuild @@ -22,7 +22,6 @@ RDEPEND=" " BDEPEND=" >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] " distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \