app-crypt/certbot: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 17:24:23 +0000 (13:24 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 17:55:14 +0000 (13:55 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
app-crypt/certbot/certbot-1.3.0.ebuild
app-crypt/certbot/certbot-9999.ebuild

index cf2fc8bb8922271f5ebad17667f039a960727a2d..7d648b678ea2c3234a36e06dde62ea3a63e90f4a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git"
index c81039179f59f69ed281d6551bd2e0a1cc2e2b01..5bbead32041e743d533adb1ab946f49d90ad82c7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git"