Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/barman/
Date: Tue, 09 Feb 2021 14:24:44
Message-Id: 1612872988.9b319056d5b1c636e2e623b970cd75c1936161f2.sam@gentoo
1 commit: 9b319056d5b1c636e2e623b970cd75c1936161f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 12:16:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 12:16:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b319056
7
8 dev-db/barman: add missing test deps
9
10 Closes: https://bugs.gentoo.org/769740
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-db/barman/barman-2.12.ebuild | 7 +++++++
15 1 file changed, 7 insertions(+)
16
17 diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12.ebuild
18 index 59e903216ec..ce74beef145 100644
19 --- a/dev-db/barman/barman-2.12.ebuild
20 +++ b/dev-db/barman/barman-2.12.ebuild
21 @@ -26,6 +26,13 @@ RDEPEND="
22 dev-db/postgresql[server]
23 "
24
25 +BDEPEND="
26 + test? (
27 + dev-python/mock[${PYTHON_USEDEP}]
28 + dev-python/pytest-timeout[${PYTHON_USEDEP}]
29 + )
30 +"
31 +
32 distutils_enable_tests pytest
33
34 src_prepare() {