Merge branch 'bugfix/failing_python_wheels_download' into 'master'

tools: remove dependency of idf-python and idf-python-wheels

Closes IDFGH-5097

See merge request espressif/esp-idf!13165
This commit is contained in:
Ivan Grokhotkov 2021-04-19 08:12:29 +00:00
commit 8d852decf1

View File

@ -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