dev-python/fasteners: fix MissingTestRestrict

Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Wim Muskee
2019-12-08 08:41:37 +01:00
committed by Matthew Thode
parent 743fcc4ae4
commit 8061e8cef8
2 changed files with 3 additions and 1 deletions

View File

@@ -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}]

View File

@@ -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}]