summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-31 11:45:34 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-31 11:45:34 +0100
commit7f496a22e3382889d700271f3e617f9291124f4e (patch)
treed0cd13c2a7b3ea0549e17c662bdf78ff69bf25d9 /dev-python/jaraco-collections
parentdev-python/charset_normalizer: Bump to 2.0.11 (diff)
downloadgentoo-7f496a22e3382889d700271f3e617f9291124f4e.tar.gz
gentoo-7f496a22e3382889d700271f3e617f9291124f4e.tar.bz2
gentoo-7f496a22e3382889d700271f3e617f9291124f4e.zip
dev-python/jaraco-collections: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r--dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
index 010f9dbceca2..141096b1447d 100644
--- a/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
MY_PN="${PN/-/.}"