From 64bdc421f8f80a155f4f4adfe273abeff1ead7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 14:06:34 +0100 Subject: [PATCH] app-crypt/yubikey-manager: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild index dec0828aa805e..b471c2587921e 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit readme.gentoo-r1 distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey"