summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-03-04 14:39:25 +0100
committerLouis Sautier <sbraz@gentoo.org>2021-03-04 15:41:02 +0100
commit2108769574b66fd5b44e238d06db6d2e5ca897f6 (patch)
treede9f500070905ff5448c24dd2b7a625f607f9200 /dev-python/dicttoxml
parentmedia-video/shotcut: bump to v21.02.27 (diff)
downloadgentoo-2108769574b66fd5b44e238d06db6d2e5ca897f6.tar.gz
gentoo-2108769574b66fd5b44e238d06db6d2e5ca897f6.tar.bz2
gentoo-2108769574b66fd5b44e238d06db6d2e5ca897f6.zip
dev-python/dicttoxml: add PyPy3 support
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r--dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
index 9b6dbebc5251..528b6d92c7d7 100644
--- a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
+++ b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
@@ -1,8 +1,8 @@
-# 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..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1