Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Sun, 01 Dec 2019 05:36:53
Message-Id: 1575178468.cc1a48d79207966284c8873fffa6848bb39b622d.radhermit@gentoo
1 commit: cc1a48d79207966284c8873fffa6848bb39b622d
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 05:34:28 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 05:34:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1a48d7
7
8 dev-python/snakeoil: add missing conditional test RESTRICT
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/snakeoil/snakeoil-0.7.5.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/snakeoil/snakeoil-0.7.5.ebuild b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
16 index fa95be1778c..5a750a27594 100644
17 --- a/dev-python/snakeoil/snakeoil-0.7.5.ebuild
18 +++ b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
19 @@ -20,6 +20,7 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil"
20 LICENSE="BSD"
21 SLOT="0"
22 IUSE="test"
23 +RESTRICT="!test? ( test )"
24
25 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
26 test? ( dev-python/mock[${PYTHON_USEDEP}] )"