commit:     8061e8cef8739d47c1f1dfe910ccce833ed8586c
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Dec  8 07:41:37 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 08:31:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8061e8ce

dev-python/fasteners: fix MissingTestRestrict

Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/fasteners/fasteners-0.14.1-r1.ebuild | 3 ++-
 dev-python/fasteners/fasteners-0.14.1.ebuild    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild 
b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
index 3f62ea4e6d5..156cb0c1936 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 c722a8f6fbf..ef49731e5f0 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}]

Reply via email to