From 335dec12b77f7dd630cfb4a4ed0adc2e542bda53 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 28 Mar 2021 15:51:22 -0400 Subject: [PATCH] dev-python/txrequests: Add py3.9 to python_compat Required for buildbot-3.0.2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Brian Dolbec --- dev-python/txrequests/txrequests-0.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/txrequests/txrequests-0.9.6.ebuild b/dev-python/txrequests/txrequests-0.9.6.ebuild index 18774712d84c2..62e3710b85c06 100644 --- a/dev-python/txrequests/txrequests-0.9.6.ebuild +++ b/dev-python/txrequests/txrequests-0.9.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7,8}) +PYTHON_COMPAT=( python3_{7,8,9}) DISTUTILS_USE_SETUPTOOLS="bdepend"