From 2cacba4874ecba9f0677658e334f51b0cc860d35 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 10 Jun 2021 14:24:09 +0200 Subject: 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 --- dev-python/tomlkit/tomlkit-0.7.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/tomlkit') diff --git a/dev-python/tomlkit/tomlkit-0.7.2.ebuild b/dev-python/tomlkit/tomlkit-0.7.2.ebuild index b90a5d8b8c84..9709c9794fea 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 -- cgit v1.2.3-65-gdbad