dev-python/pyqtgraph: add py36 support

This commit is contained in:
Tim Harder
2017-04-26 01:58:58 -04:00
parent a5d951071a
commit 5a0178e5b2

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="a pure-python graphics and GUI library built on PyQt/PySide and numpy"