diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 12:16:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 12:16:28 +0000 |
commit | 9b319056d5b1c636e2e623b970cd75c1936161f2 (patch) | |
tree | 0b4392909b77af0d63d1c2c507f05d51b786b992 /dev-db | |
parent | dev-python/pandas: Bump to 1.2.2 (diff) | |
download | gentoo-9b319056d5b1c636e2e623b970cd75c1936161f2.tar.gz gentoo-9b319056d5b1c636e2e623b970cd75c1936161f2.tar.bz2 gentoo-9b319056d5b1c636e2e623b970cd75c1936161f2.zip |
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>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/barman/barman-2.12.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild index 59e903216ec8..ce74beef1454 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() { |