summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-05 15:36:35 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-05 15:57:02 +0200
commitc7b7f6afd9d18c65cc84f802a2d0efc1720ab9b4 (patch)
tree7ca321afbbf6c0c667b27c4456170125be17ef3b
parentdev-python/pathlib2: Fix DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-c7b7f6afd9d18c65cc84f802a2d0efc1720ab9b4.tar.gz
gentoo-c7b7f6afd9d18c65cc84f802a2d0efc1720ab9b4.tar.bz2
gentoo-c7b7f6afd9d18c65cc84f802a2d0efc1720ab9b4.zip
dev-python/jaraco-envs: Add dep on toml
Closes: https://bugs.gentoo.org/727192 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-envs/jaraco-envs-2.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/jaraco-envs/jaraco-envs-2.0.0.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.0.0.ebuild
index 75b1ee5aeb1f..9ae4de05313d 100644
--- a/dev-python/jaraco-envs/jaraco-envs-2.0.0.ebuild
+++ b/dev-python/jaraco-envs/jaraco-envs-2.0.0.ebuild
@@ -20,9 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="dev-python/namespace-jaraco[${PYTHON_USEDEP}]
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[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ dev-python/toml[${PYTHON_USEDEP}]"
# there are no actual tests, just flake8 etc
RESTRICT="test"