commit:     2108769574b66fd5b44e238d06db6d2e5ca897f6
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 13:39:25 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 14:41:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21087695

dev-python/dicttoxml: add PyPy3 support

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild | 4 ++--
 1 file 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 9b6dbebc525..528b6d92c7d 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
 

Reply via email to