dev-python/pyramid: Revert "Add python-3.5 to PYTHON_COMPAT"

New implementations are to be added to the *newest* version, not
the oldest, *after* testing. Adding a new implementation to the old
stable version that lacks tests is surely a very bad idea, especially
that next stable candidate lacks the same implementation. In other
words, it is pure noise which temporarily confuses dependency graph.

Reverts: 5d0b3af93e
This commit is contained in:
Michał Górny
2017-05-17 11:52:12 +02:00
parent dcbd7ce5e3
commit e58fa9b4f1

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1