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