dev-python/pyqtgraph: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:32:50 +0000 (06:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:37 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild

index 52ba9b9bdb91caa62dd3f213b15847f5276a229c..5ec28661658061b6b683e013dd3ad2549716ab18 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy"