commit: f3520e57ccf45a7a4aa03b55dfc440decd98bb9a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 07:11:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 27 07:11:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3520e57
dev-python/tempora: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tempora/tempora-3.0.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/tempora/tempora-3.0.0.ebuild
b/dev-python/tempora/tempora-3.0.0.ebuild
index e013b0301a8..6a6ecf1dc60 100644
--- a/dev-python/tempora/tempora-3.0.0.ebuild
+++ b/dev-python/tempora/tempora-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -28,7 +28,6 @@ BDEPEND="
test? (
${RDEPEND}
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
- dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]
)
"