commit: cc1a48d79207966284c8873fffa6848bb39b622d Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 05:34:28 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 05:34:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1a48d7
dev-python/snakeoil: add missing conditional test RESTRICT Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> dev-python/snakeoil/snakeoil-0.7.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/snakeoil/snakeoil-0.7.5.ebuild b/dev-python/snakeoil/snakeoil-0.7.5.ebuild index fa95be1778c..5a750a27594 100644 --- a/dev-python/snakeoil/snakeoil-0.7.5.ebuild +++ b/dev-python/snakeoil/snakeoil-0.7.5.ebuild @@ -20,6 +20,7 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil" LICENSE="BSD" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] )"
