From 1a029fb605c3ecc4713b069ae9391789a66dce37 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 17 Apr 2021 17:48:15 -0700 Subject: dev-python/requests_pkcs12: add python3_9 support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev --- dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild') diff --git a/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild b/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild index 83e11dd2c53a..8eba6ee25358 100644 --- a/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild +++ b/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Adds PKCS#12 support to the Python requests library in a clean way" -- cgit v1.2.3-65-gdbad