summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-03 18:26:30 +0000
committerSam James <sam@gentoo.org>2021-03-03 18:28:51 +0000
commite1c869f2d6ccd09c1cc47fe5095139e76c6a1a2b (patch)
treec29fa2ce6fa928acea8cf7f48f5e1672758607dc /dev-python/httmock
parentdev-python/pypy3: Backport secfixes to 7.3.3_p37 (diff)
downloadgentoo-e1c869f2d6ccd09c1cc47fe5095139e76c6a1a2b.tar.gz
gentoo-e1c869f2d6ccd09c1cc47fe5095139e76c6a1a2b.tar.bz2
gentoo-e1c869f2d6ccd09c1cc47fe5095139e76c6a1a2b.zip
dev-python/httmock: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/httmock')
-rw-r--r--dev-python/httmock/httmock-1.2.5.ebuild4
1 files 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 02abb6a1ee86..58f0ae3fc225 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