commit: 2cacba4874ecba9f0677658e334f51b0cc860d35 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Jun 10 12:24:09 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 12:24:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cacba48
dev-python/tomlkit: add missing test dep Closes: https://bugs.gentoo.org/795219 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/tomlkit/tomlkit-0.7.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/tomlkit/tomlkit-0.7.2.ebuild b/dev-python/tomlkit/tomlkit-0.7.2.ebuild index b90a5d8b8c8..9709c9794fe 100644 --- a/dev-python/tomlkit/tomlkit-0.7.2.ebuild +++ b/dev-python/tomlkit/tomlkit-0.7.2.ebuild @@ -15,4 +15,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" + distutils_enable_tests pytest
