diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-18 23:06:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-18 23:44:27 +0100 |
commit | bf6d59b6c42bed4027b57d1c0f6e587b86f836d6 (patch) | |
tree | 8df2d68a910cf351096546f3cba98d8e1ffa2c49 /dev-python/pytz_deprecation_shim | |
parent | dev-python/dnspython: Bump to 2.2.0 (diff) | |
download | gentoo-bf6d59b6c42bed4027b57d1c0f6e587b86f836d6.tar.gz gentoo-bf6d59b6c42bed4027b57d1c0f6e587b86f836d6.tar.bz2 gentoo-bf6d59b6c42bed4027b57d1c0f6e587b86f836d6.zip |
dev-python/pytz_deprecation_shim: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytz_deprecation_shim')
-rw-r--r-- | dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild index 3b3c0e0a167f..5590af47e64d 100644 --- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild +++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 |