summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 06:43:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 07:04:54 +0100
commit426c3fe505c33f58bd0b570311c4e077b6cd05d7 (patch)
treedf3313d4f97e6f0a2c1c0697178b153d0671e3da /dev-embedded
parentnet-wireless/jackit: Remove Python 2 (diff)
downloadgentoo-426c3fe505c33f58bd0b570311c4e077b6cd05d7.tar.gz
gentoo-426c3fe505c33f58bd0b570311c4e077b6cd05d7.tar.bz2
gentoo-426c3fe505c33f58bd0b570311c4e077b6cd05d7.zip
dev-embedded/platformio: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/platformio/platformio-4.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/platformio/platformio-4.1.0.ebuild b/dev-embedded/platformio/platformio-4.1.0.ebuild
index 97f26d127964..29d4e2ad7b49 100644
--- a/dev-embedded/platformio/platformio-4.1.0.ebuild
+++ b/dev-embedded/platformio/platformio-4.1.0.ebuild
@@ -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