diff options
author | 2021-03-04 14:39:25 +0100 | |
---|---|---|
committer | 2021-03-04 15:41:02 +0100 | |
commit | 2108769574b66fd5b44e238d06db6d2e5ca897f6 (patch) | |
tree | de9f500070905ff5448c24dd2b7a625f607f9200 /dev-python/dicttoxml | |
parent | media-video/shotcut: bump to v21.02.27 (diff) | |
download | gentoo-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.ebuild | 4 |
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 |