summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-25 21:06:22 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-25 21:06:22 -0500
commit1372c035005f4a4463e5db94610f28c8f28baed1 (patch)
tree47d7679a2471a6d4e0ff7432261626a4cab4c121
parentdev-python/socketpool: adding py35 (diff)
downloadgentoo-1372c035005f4a4463e5db94610f28c8f28baed1.tar.gz
gentoo-1372c035005f4a4463e5db94610f28c8f28baed1.tar.bz2
gentoo-1372c035005f4a4463e5db94610f28c8f28baed1.zip
dev-python/wsgiproxy2: adding py35
Package-Manager: portage-2.2.26
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
index fe5a5ecaec11..81505d1c7a2d 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1