summaryrefslogtreecommitdiff
path: root/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fasteners/fasteners-0.14.1-r1.ebuild')
-rw-r--r--dev-python/fasteners/fasteners-0.14.1-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
index 6a46ed3b0241..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
@@ -12,8 +12,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/monotonic-0.1[${PYTHON_USEDEP}]