mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user