dev-python/pyqtgraph: add python3_5 support

This commit is contained in:
Tim Harder
2016-09-02 19:10:03 -04:00
parent 50d751cf3d
commit b913580968

View File

@@ -3,7 +3,7 @@
# $Id$
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
DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy"