Currently the in tree version is limited to Python 3.6. Version 3.1.1 has been released few days ago. Consider adding Python 3.7 and Python 3.8 support.
(In reply to Piotr Karbowski from comment #0) > Currently the in tree version is limited to Python 3.6. Version 3.1.1 has > been released few days ago. Consider adding Python 3.7 and Python 3.8 > support. The dependency pyscard only supports 3.6 (https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/pyscard/pyscard-1.9.7.ebuild#n6). Not much we can do here.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5741326852b417fdd124fe3940cc3cde20955d commit 2d5741326852b417fdd124fe3940cc3cde20955d Author: Göktürk Yüksek <gokturk@gentoo.org> AuthorDate: 2020-02-10 20:05:35 +0000 Commit: Göktürk Yüksek <gokturk@gentoo.org> CommitDate: 2020-02-10 20:05:57 +0000 app-crypt/yubikey-manager: bump to 3.1.1 Bug: https://bugs.gentoo.org/708276 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> app-crypt/yubikey-manager/Manifest | 1 + .../yubikey-manager/yubikey-manager-3.1.1.ebuild | 63 ++++++++++++++++++++++ 2 files changed, 64 insertions(+)
commit dfc71769721bb31b04fa571cf0a2b4c1e3592a27 Commit: Rick Farina <zerochaos@gentoo.org> CommitDate: Wed Mar 18 22:11:57 2020 -0400 app-crypt/yubikey-manager: adding python3_{7,8} Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Rick Farina <zerochaos@gentoo.org>