summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-11-21 18:29:36 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-11-21 19:15:15 -0800
commitae2b4512b0956d2b4b4a0f49601421d6592c6528 (patch)
tree51c84b99db939e23d62a95a3f798cd31348417f2 /dev-python/jaraco-envs
parentdev-python/munch: Version bump to 2.5.0, add py38 (diff)
downloadgentoo-ae2b4512b0956d2b4b4a0f49601421d6592c6528.tar.gz
gentoo-ae2b4512b0956d2b4b4a0f49601421d6592c6528.tar.bz2
gentoo-ae2b4512b0956d2b4b4a0f49601421d6592c6528.zip
dev-python/jaraco-envs: Add python3_5
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-envs')
-rw-r--r--dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild b/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild
index fdbdc1c47b1a..8c06fc55d5f2 100644
--- a/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild
+++ b/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1
MY_PN="${PN//-/.}"