diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:06:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:08 +0100 |
commit | 64bdc421f8f80a155f4f4adfe273abeff1ead7e6 (patch) | |
tree | e01dfedf05ace1afb07fc9e3e2fc95c58aa505d4 /app-crypt/yubikey-manager | |
parent | dev-python/feedgenerator: Remove py2 (diff) | |
download | gentoo-64bdc421f8f80a155f4f4adfe273abeff1ead7e6.tar.gz gentoo-64bdc421f8f80a155f4f4adfe273abeff1ead7e6.tar.bz2 gentoo-64bdc421f8f80a155f4f4adfe273abeff1ead7e6.zip |
app-crypt/yubikey-manager: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager')
-rw-r--r-- | app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 dec0828aa805..b471c2587921 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" |