From d4740c4dafc7cf2505a8b6117a5953ae8f2b9a6e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 10 Mar 2015 13:23:49 +0200 Subject: [PATCH] Update "setuptools" while install PlatformIO --- scripts/get-platformio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-platformio.py b/scripts/get-platformio.py index 16c7cd1d..47d34bc7 100644 --- a/scripts/get-platformio.py +++ b/scripts/get-platformio.py @@ -99,7 +99,7 @@ def main(): ("Fixing Windows %PATH% Environment", fix_winpython_pathenv, []), ("Installing Python Package Manager", install_pip, []), ("Installing PlatformIO and dependencies", install_pypi_packages, [ - [["platformio"], [ + [["setuptools"], ["platformio"], [ "--egg", "http://sourceforge.net/projects/scons/files/latest/download" ]]