mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-python/hunter: add toml dependency
Bug: https://bugs.gentoo.org/835526 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ DEPEND="
|
|||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
dev-python/cython[${PYTHON_USEDEP}]
|
dev-python/cython[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
# toml is an indirect dependency (needed by ipdb)
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-python/setuptools_scm-3.3.1[${PYTHON_USEDEP}]
|
>=dev-python/setuptools_scm-3.3.1[${PYTHON_USEDEP}]
|
||||||
test? (
|
test? (
|
||||||
@@ -32,6 +33,8 @@ BDEPEND="
|
|||||||
dev-python/process-tests[${PYTHON_USEDEP}]
|
dev-python/process-tests[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
|
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
|
||||||
dev-python/six[${PYTHON_USEDEP}]
|
dev-python/six[${PYTHON_USEDEP}]
|
||||||
|
|
||||||
|
dev-python/toml[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user