diff options
Diffstat (limited to 'dev-python/treq/treq-0.2.1.ebuild')
-rw-r--r-- | dev-python/treq/treq-0.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/treq/treq-0.2.1.ebuild b/dev-python/treq/treq-0.2.1.ebuild index d200c5e21af5..3ca277aaa03b 100644 --- a/dev-python/treq/treq-0.2.1.ebuild +++ b/dev-python/treq/treq-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="doc test" +RESTRICT="!test? ( test )" COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |