commit: 9b319056d5b1c636e2e623b970cd75c1936161f2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 12:16:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 12:16:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b319056
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 <AT> gentoo.org> 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 59e903216ec..ce74beef145 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() {
