commit: 49b4416aad213b0a1e7193a5008d405b2d8fa16c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 11:43:40 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 12:03:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b4416a
dev-python/path-py: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/path-py/path-py-16.2.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/path-py/path-py-16.2.0.ebuild
b/dev-python/path-py/path-py-16.2.0.ebuild
index 706841a1e7b4..161aeaf60c7a 100644
--- a/dev-python/path-py/path-py-16.2.0.ebuild
+++ b/dev-python/path-py/path-py-16.2.0.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="
!<dev-python/pytest-virtualenv-1.7.0-r1"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/packaging[${PYTHON_USEDEP}]
)"