diff options
author | 2020-01-16 06:32:50 +0100 | |
---|---|---|
committer | 2020-01-16 07:04:37 +0100 | |
commit | 3d4ff91eb66fa9284e61440dd45846e600c039d4 (patch) | |
tree | 926c87882983a7a967daf77cfcd39cdf7dbb6c67 /dev-python/pyqtgraph | |
parent | app-misc/binwalk: Remove Python 2 (diff) | |
download | gentoo-3d4ff91eb66fa9284e61440dd45846e600c039d4.tar.gz gentoo-3d4ff91eb66fa9284e61440dd45846e600c039d4.tar.bz2 gentoo-3d4ff91eb66fa9284e61440dd45846e600c039d4.zip |
dev-python/pyqtgraph: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyqtgraph')
-rw-r--r-- | dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild index 52ba9b9bdb91..5ec286616580 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild @@ -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" |