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 65C72158087 for ; Fri, 4 Feb 2022 12:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64FD82BC064; Fri, 4 Feb 2022 12:04:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 462232BC065 for ; Fri, 4 Feb 2022 12:04:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4B2E234338E 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 7E0242D6 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: <1643976231.baaece94fb87752bd6775433fcf53742be41a38f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild X-VCS-Directories: dev-python/jaraco-functools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: baaece94fb87752bd6775433fcf53742be41a38f 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: 75733382-dd42-43db-b952-46f92331020c X-Archives-Hash: e99188879876309d630b9dbc45a2c1a3 commit: baaece94fb87752bd6775433fcf53742be41a38f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 11:54:22 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 12:03:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaece94 dev-python/jaraco-functools: Remove obsolete toml dep (from setuptools_scm) Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild index 71c71c267e6f..d435acb7b573 100644 --- a/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild +++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0.ebuild @@ -20,7 +20,6 @@ RDEPEND=" dev-python/more-itertools[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/toml[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/jaraco-classes[${PYTHON_USEDEP}]