From 9b319056d5b1c636e2e623b970cd75c1936161f2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 9 Feb 2021 12:16:21 +0000 Subject: [PATCH] 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 --- dev-db/barman/barman-2.12.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild index 59e903216ec88..ce74beef14541 100644 --- a/dev-db/barman/barman-2.12.ebuild +++ b/dev-db/barman/barman-2.12.ebuild @@ -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() {