diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:43:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:54 +0100 |
commit | 426c3fe505c33f58bd0b570311c4e077b6cd05d7 (patch) | |
tree | df3313d4f97e6f0a2c1c0697178b153d0671e3da /dev-embedded | |
parent | net-wireless/jackit: Remove Python 2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |