summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:15:27 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:15:27 +0100
commitab454fb0449a68e9b6bab424ddab23ca108736d0 (patch)
tree9a3f47e1e789975dc60579e45079a0aa0866d7f0 /dev-python
parentdev-python/python-senlinclient: Remove Py2 (diff)
downloadgentoo-ab454fb0449a68e9b6bab424ddab23ca108736d0.tar.gz
gentoo-ab454fb0449a68e9b6bab424ddab23ca108736d0.tar.bz2
gentoo-ab454fb0449a68e9b6bab424ddab23ca108736d0.zip
dev-python/python-sense-hat: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild
index e24dab462d27..cddf68a8c36d 100644
--- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild
+++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1