From 9b2b6f2091f227a703ac7cb27c2e167e93be9f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Feb 2022 12:35:55 +0100 Subject: [PATCH] dev-python/tempora: Remove obsolete toml dep (from setuptools_scm) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tempora/tempora-4.1.2.ebuild | 3 +-- dev-python/tempora/tempora-5.0.0.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/tempora/tempora-4.1.2.ebuild b/dev-python/tempora/tempora-4.1.2.ebuild index 5b8046205cf3c..22103eeb77954 100644 --- a/dev-python/tempora/tempora-4.1.2.ebuild +++ b/dev-python/tempora/tempora-4.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,6 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/freezegun[${PYTHON_USEDEP}] dev-python/pytest-freezegun[${PYTHON_USEDEP}] diff --git a/dev-python/tempora/tempora-5.0.0.ebuild b/dev-python/tempora/tempora-5.0.0.ebuild index 5c4cc27982ef4..9310e895af9c8 100644 --- a/dev-python/tempora/tempora-5.0.0.ebuild +++ b/dev-python/tempora/tempora-5.0.0.ebuild @@ -22,7 +22,6 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/freezegun[${PYTHON_USEDEP}] dev-python/pytest-freezegun[${PYTHON_USEDEP}]