summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-10 14:24:09 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-10 14:24:09 +0200
commit2cacba4874ecba9f0677658e334f51b0cc860d35 (patch)
tree231b25fda9fbebed5c76ed437803707fbe06d1a4 /dev-python/tomlkit
parentsci-libs/scotch: add version 6.1.0 and EAPI bump (diff)
downloadgentoo-2cacba4874ecba9f0677658e334f51b0cc860d35.tar.gz
gentoo-2cacba4874ecba9f0677658e334f51b0cc860d35.tar.bz2
gentoo-2cacba4874ecba9f0677658e334f51b0cc860d35.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/tomlkit')
-rw-r--r--dev-python/tomlkit/tomlkit-0.7.2.ebuild2
1 files changed, 2 insertions, 0 deletions
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