summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-18 23:07:58 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-18 23:44:28 +0100
commit03719071f58cc4cd8309f5d87cf788b217d7c5f3 (patch)
treeb080bc2ac8b0c5f19a63c658bbdbcd7945a910ef
parentdev-python/pytz_deprecation_shim: Enable pypy3 (diff)
downloadgentoo-03719071f58cc4cd8309f5d87cf788b217d7c5f3.tar.gz
gentoo-03719071f58cc4cd8309f5d87cf788b217d7c5f3.tar.bz2
gentoo-03719071f58cc4cd8309f5d87cf788b217d7c5f3.zip
dev-python/tzlocal: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tzlocal/tzlocal-4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tzlocal/tzlocal-4.1.ebuild b/dev-python/tzlocal/tzlocal-4.1.ebuild
index 034da79a72cc..b7f7c3f25e8e 100644
--- a/dev-python/tzlocal/tzlocal-4.1.ebuild
+++ b/dev-python/tzlocal/tzlocal-4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="tzinfo object for the local timezone"