From: Wim Muskee Date: Sun, 8 Dec 2019 07:41:37 +0000 (+0100) Subject: dev-python/fasteners: fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8061e8cef8739d47c1f1dfe910ccce833ed8586c;p=gentoo.git dev-python/fasteners: fix MissingTestRestrict Signed-off-by: Wim Muskee Signed-off-by: Matthew Thode --- diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild index 3f62ea4e6d5e..156cb0c19361 100644 --- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,7} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/monotonic-0.1[${PYTHON_USEDEP}] diff --git a/dev-python/fasteners/fasteners-0.14.1.ebuild b/dev-python/fasteners/fasteners-0.14.1.ebuild index c722a8f6fbf9..ef49731e5f0b 100644 --- a/dev-python/fasteners/fasteners-0.14.1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/monotonic-0.1[${PYTHON_USEDEP}]