From 7cc6e6e813f188a8d8911032f52ad2fa65434214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Fri, 16 Apr 2021 07:39:58 +0200 Subject: [PATCH] tools: remove dependency of idf-python and idf-python-wheels Closes IDFGH-5097 Closes https://github.com/espressif/esp-idf/issues/6881 --- tools/tools.json | 67 ------------------------------------------------ 1 file changed, 67 deletions(-) diff --git a/tools/tools.json b/tools/tools.json index 225f6658ce..6d92a3779d 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -627,73 +627,6 @@ } } ] - }, - { - "description": "Embeddable Python distribution", - "export_paths": [], - "export_vars": {}, - "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/", - "install": "never", - "license": "PSF License", - "name": "idf-python", - "platform_overrides": [ - { - "install": "on_request", - "platforms": [ - "win64" - ] - } - ], - "version_cmd": [ - "python", - "--version" - ], - "version_regex": "Python ([0-9.]+)", - "versions": [ - { - "name": "3.8.7", - "status": "recommended", - "win64": { - "sha256": "5fdf20350e71570642377fc58e61138f407cf286a87f11416829d94c4d9f2019", - "size": 20086226, - "url": "https://dl.espressif.com/dl/idf-python/idf-python-3.8.7-embed-win64.zip" - } - } - ] - }, - { - "description": "Python Wheels distribution bundled for the specific version of IDF and Python", - "export_paths": [], - "export_vars": {}, - "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/", - "install": "never", - "license": "Open-source licenses", - "name": "idf-python-wheels", - "platform_overrides": [ - { - "install": "always", - "platforms": [ - "win64" - ] - } - ], - "version_cmd": [ - "cmd", - "/c", - "echo 3.8-2020-01-21" - ], - "version_regex": "(3.8-2020-01-21)", - "versions": [ - { - "name": "3.8-2020-01-21", - "status": "recommended", - "win64": { - "sha256": "0c2f40b615ce7a3d70c6690b44ef550c7c9fe4a480a92dfeb151ba4952e0212b", - "size": 9107660, - "url": "https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2020-01-21-win64.zip" - } - } - ] } ], "version": 1