dev-embedded/platformio: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:43:27 +0000 (06:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:54 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-embedded/platformio/platformio-4.1.0.ebuild

index 97f26d127964c7aa2d0921a203cc0ff6d41da47d..29d4e2ad7b49e7e25135b26a33ee97d54de07bd7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 DISTUTILS_SINGLE_IMPL=1
 
 inherit distutils-r1