dev-db/barman: add missing test deps

Closes: https://bugs.gentoo.org/769740
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-02-09 12:16:21 +00:00
parent a7c99693c2
commit 9b319056d5

View File

@@ -26,6 +26,13 @@ RDEPEND="
dev-db/postgresql[server]
"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
src_prepare() {