diff options
author | 2022-04-01 09:50:01 +0200 | |
---|---|---|
committer | 2022-04-01 10:08:11 +0200 | |
commit | 9689393d0d3a3e5d8f600ff817512fd095cd0ea3 (patch) | |
tree | 9a7e84f16f621d8b1095cf905d64a6872163b1eb /dev-python/ini2toml | |
parent | dev-java/avalon-framework: remove unused file (diff) | |
download | gentoo-9689393d0d3a3e5d8f600ff817512fd095cd0ea3.tar.gz gentoo-9689393d0d3a3e5d8f600ff817512fd095cd0ea3.tar.bz2 gentoo-9689393d0d3a3e5d8f600ff817512fd095cd0ea3.zip |
dev-python/ini2toml: Add test dep on dev-python/tomlkit
Closes: https://bugs.gentoo.org/836573
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ini2toml')
-rw-r--r-- | dev-python/ini2toml/ini2toml-0.10.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild b/dev-python/ini2toml/ini2toml-0.10.ebuild index 4b26ed461480..598fd93af3dd 100644 --- a/dev-python/ini2toml/ini2toml-0.10.ebuild +++ b/dev-python/ini2toml/ini2toml-0.10.ebuild @@ -30,6 +30,7 @@ BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/tomli[${PYTHON_USEDEP}] + dev-python/tomlkit[${PYTHON_USEDEP}] ) " |