summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2019-11-25 15:44:04 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2019-11-25 15:44:04 -0500
commit5ec24ceb740347554c1ad68b30968cec1b99ac55 (patch)
tree26a1184a44e6a2c906245f4ffee9b71e573e727c /dev-python/fido2/fido2-0.5.0.ebuild
parentapp-crypt/yubikey-manager: add missing RESTRICT="!test? ( test )" (diff)
downloadgentoo-5ec24ceb740347554c1ad68b30968cec1b99ac55.tar.gz
gentoo-5ec24ceb740347554c1ad68b30968cec1b99ac55.tar.bz2
gentoo-5ec24ceb740347554c1ad68b30968cec1b99ac55.zip
dev-python/fido2: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'dev-python/fido2/fido2-0.5.0.ebuild')
-rw-r--r--dev-python/fido2/fido2-0.5.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/fido2/fido2-0.5.0.ebuild b/dev-python/fido2/fido2-0.5.0.ebuild
index 6ca9106c9588..26ee49358bbd 100644
--- a/dev-python/fido2/fido2-0.5.0.ebuild
+++ b/dev-python/fido2/fido2-0.5.0.ebuild
@@ -14,6 +14,7 @@ LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]