dev-python/python-evdev: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:15:58 +0000 (21:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:46:53 +0000 (21:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild

index 99399b75942204a4c61e086b26a07f2db61fb243..c15afccd9b58170d2284c4142747ffaad93baa66 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1