summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-03-26 11:22:08 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-03-26 15:39:00 -0700
commit0d5e18f8a1262c51a4ab819417e5add2fc22cf61 (patch)
tree8b753ae6f7d9bc2ff63c09730e5d01ba52322fed /dev-python/jaraco-collections
parentdev-python/jaraco-text-3.2.0: Add pypy3 (diff)
downloadgentoo-0d5e18f8a1262c51a4ab819417e5add2fc22cf61.tar.gz
gentoo-0d5e18f8a1262c51a4ab819417e5add2fc22cf61.tar.bz2
gentoo-0d5e18f8a1262c51a4ab819417e5add2fc22cf61.zip
dev-python/jaraco-text-3.2.0: Add pypy3, fix setuptools dep
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r--dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
index a2dae1f444d7..24a897750d90 100644
--- a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
MY_PN="${PN/-/.}"