Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-services/
Date: Sat, 30 May 2020 16:20:55
Message-Id: 1590855629.a909a68eed19006a287ee79c79699455a466e063.mgorny@gentoo
1 commit: a909a68eed19006a287ee79c79699455a466e063
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 15:38:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 16:20:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a909a68e
7
8 dev-python/pytest-services: Add test-dep on xorg-server[xvfb]
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-services/pytest-services-2.0.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/pytest-services/pytest-services-2.0.1.ebuild b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
16 index e2110f70289..0c20f5b3d9c 100644
17 --- a/dev-python/pytest-services/pytest-services-2.0.1.ebuild
18 +++ b/dev-python/pytest-services/pytest-services-2.0.1.ebuild
19 @@ -23,6 +23,7 @@ BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
20 test? (
21 dev-python/mock[${PYTHON_USEDEP}]
22 dev-python/pylibmc[${PYTHON_USEDEP}]
23 + x11-base/xorg-server[xvfb]
24 )"
25
26 RESTRICT="!test? ( test )"