From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3A821382C5 for ; Thu, 3 Dec 2020 16:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31061E082B; Thu, 3 Dec 2020 16:54:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13523E082B for ; Thu, 3 Dec 2020 16:54:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29939340DF2 for ; Thu, 3 Dec 2020 16:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1920435 for ; Thu, 3 Dec 2020 16:53:58 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607014427.1c6b913ccb53fabedfccc437f9c128e7df0eb50f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fido2/fido2-0.8.1.ebuild X-VCS-Directories: dev-python/fido2/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1c6b913ccb53fabedfccc437f9c128e7df0eb50f X-VCS-Branch: master Date: Thu, 3 Dec 2020 16:53:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d19b4e7-2052-4410-ab6e-59e0a3374e5b X-Archives-Hash: 1f6efed2232f2328e7d1e18c8f5d795d commit: 1c6b913ccb53fabedfccc437f9c128e7df0eb50f Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 16:46:04 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 16:53:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6b913c dev-python/fido2-0.8.1: support python3_9 Builds, tests and installs without errors. Signed-off-by: Marek Szuba gentoo.org> dev-python/fido2/fido2-0.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/fido2/fido2-0.8.1.ebuild b/dev-python/fido2/fido2-0.8.1.ebuild index d59bb437ce4..48ef415e8c4 100644 --- a/dev-python/fido2/fido2-0.8.1.ebuild +++ b/dev-python/fido2/fido2-0.8.1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) + inherit distutils-r1 DESCRIPTION="Python based FIDO 2.0 library"