summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-14 13:06:54 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-14 13:09:54 +0100
commit098c9bda23f0e551de27e43ed38ffcbc19cb37f4 (patch)
tree0d184948624217b220730a4a4841ebc2212d8749 /dev-python/dict2xml
parentdev-python/noseofyeti: Enable pypy3 (diff)
downloadgentoo-098c9bda23f0e551de27e43ed38ffcbc19cb37f4.tar.gz
gentoo-098c9bda23f0e551de27e43ed38ffcbc19cb37f4.tar.bz2
gentoo-098c9bda23f0e551de27e43ed38ffcbc19cb37f4.zip
dev-python/dict2xml: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dict2xml')
-rw-r--r--dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild b/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild
index 116ec71f6081..1c16ffccf966 100644
--- a/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild
+++ b/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
inherit distutils-r1 pypi