commit: 002bc47eea566e732e238b403bad5e6f1fe1d879
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 11:54:50 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 12:03:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002bc47e
dev-python/jaraco-envs: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
b/dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
index c2f971af0889..bdead9d57157 100644
--- a/dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
+++ b/dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
@@ -17,11 +17,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64
~riscv sparc x86 ~x6
RDEPEND="
dev-python/path-py[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]'
'python3_[67]')"
-# toml is required by setuptools_scm
+"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]"
+"
# there are no actual tests, just flake8 etc
RESTRICT="test"