diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-27 09:11:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-27 09:11:33 +0200 |
commit | f3520e57ccf45a7a4aa03b55dfc440decd98bb9a (patch) | |
tree | 9f8cff3ef654124f95bcb32ad9ecd623a1767f59 /dev-python/tempora | |
parent | dev-python/munch: Port to py39 (diff) | |
download | gentoo-f3520e57ccf45a7a4aa03b55dfc440decd98bb9a.tar.gz gentoo-f3520e57ccf45a7a4aa03b55dfc440decd98bb9a.tar.bz2 gentoo-f3520e57ccf45a7a4aa03b55dfc440decd98bb9a.zip |
dev-python/tempora: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tempora')
-rw-r--r-- | dev-python/tempora/tempora-3.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/tempora/tempora-3.0.0.ebuild b/dev-python/tempora/tempora-3.0.0.ebuild index e013b0301a88..6a6ecf1dc60d 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}] ) " |