commit: 946b799f3371eb2f9c0b85d79e47e7958aa4e2cc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 11:47:18 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 12:03:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946b799f
dev-python/jaraco-stream: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-stream/jaraco-stream-3.0.3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/jaraco-stream/jaraco-stream-3.0.3.ebuild
b/dev-python/jaraco-stream/jaraco-stream-3.0.3.ebuild
index f5a8f99793f7..804185b719dc 100644
--- a/dev-python/jaraco-stream/jaraco-stream-3.0.3.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-3.0.3.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
@@ -18,7 +18,6 @@ KEYWORDS="amd64 x86"
BDEPEND="
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/more-itertools[${PYTHON_USEDEP}]
)