commit: e1c869f2d6ccd09c1cc47fe5095139e76c6a1a2b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 3 18:26:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 3 18:28:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c869f2
dev-python/httmock: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/httmock/httmock-1.2.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/httmock/httmock-1.2.5.ebuild
b/dev-python/httmock/httmock-1.2.5.ebuild
index 02abb6a1ee8..58f0ae3fc22 100644
--- a/dev-python/httmock/httmock-1.2.5.ebuild
+++ b/dev-python/httmock/httmock-1.2.5.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