summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-04 12:54:50 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-04 13:03:51 +0100
commit002bc47eea566e732e238b403bad5e6f1fe1d879 (patch)
tree4f2b0679b5d969bf2ce409a01d1cc3d3b1937631 /dev-python/jaraco-envs
parentdev-python/jaraco-functools: Remove obsolete toml dep (from setuptools_scm) (diff)
downloadgentoo-002bc47eea566e732e238b403bad5e6f1fe1d879.tar.gz
gentoo-002bc47eea566e732e238b403bad5e6f1fe1d879.tar.bz2
gentoo-002bc47eea566e732e238b403bad5e6f1fe1d879.zip
dev-python/jaraco-envs: Remove obsolete toml dep (from setuptools_scm)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-envs')
-rw-r--r--dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild5
1 files 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"