aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-18 10:00:37 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-18 10:00:37 +0100
commit534e6249982db81c8a03ad17ef158f59a1abe6cb (patch)
tree7f5033efdb1fe1adc95b73c1d5d021d9229e35bf /dev-python
parentdev-python/trivup: update SRC_URI (diff)
downloadguru-534e6249982db81c8a03ad17ef158f59a1abe6cb.tar.gz
guru-534e6249982db81c8a03ad17ef158f59a1abe6cb.tar.bz2
guru-534e6249982db81c8a03ad17ef158f59a1abe6cb.zip
dev-python/hunter: add toml dependency
Bug: https://bugs.gentoo.org/835526 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hunter/hunter-3.4.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/hunter/hunter-3.4.3.ebuild b/dev-python/hunter/hunter-3.4.3.ebuild
index 08a454f17..d90fdd615 100644
--- a/dev-python/hunter/hunter-3.4.3.ebuild
+++ b/dev-python/hunter/hunter-3.4.3.ebuild
@@ -23,6 +23,7 @@ DEPEND="
${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
"
+# toml is an indirect dependency (needed by ipdb)
BDEPEND="
>=dev-python/setuptools_scm-3.3.1[${PYTHON_USEDEP}]
test? (
@@ -32,6 +33,8 @@ BDEPEND="
dev-python/process-tests[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+
+ dev-python/toml[${PYTHON_USEDEP}]
)
"