summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-07-17 20:13:00 +0200
committerMarek Szuba <marecki@gentoo.org>2020-07-17 22:09:56 +0200
commit335352572405d99142e185ba321f64e01c0bb8c0 (patch)
tree2e34811a4a0cd7f457514e975d1240f0ba6d65f2
parentdev-python/ruamel-yaml-clib: support python3_9 and pypy3 (diff)
downloadgentoo-335352572405d99142e185ba321f64e01c0bb8c0.tar.gz
gentoo-335352572405d99142e185ba321f64e01c0bb8c0.tar.bz2
gentoo-335352572405d99142e185ba321f64e01c0bb8c0.zip
dev-python/ruamel-yaml: support python3_9 and pypy3
Both build and install fine. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
index 48f24d33b5e5..3a66659cb021 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1