mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: remove dependency of idf-python and idf-python-wheels
Closes IDFGH-5097 Closes https://github.com/espressif/esp-idf/issues/6881
This commit is contained in:
parent
49c6b790c6
commit
e55985335d
@ -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.9.1",
|
||||
"status": "recommended",
|
||||
"win64": {
|
||||
"sha256": "d5a0e625dd5b2bc6872de90292d71009c17e2396e3d1575d886a94d0dfb00c87",
|
||||
"size": 20362758,
|
||||
"url": "https://dl.espressif.com/dl/idf-python/idf-python-3.9.1-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 idf4.3_py3.9_2021-01-07"
|
||||
],
|
||||
"version_regex": "(idf4.3_py3.9_2021-01-07)",
|
||||
"versions": [
|
||||
{
|
||||
"name": "idf4.3_py3.9_2021-01-07",
|
||||
"status": "recommended",
|
||||
"win64": {
|
||||
"sha256": "2a33dbaa106aec9c5098b1af46f04c69923be947291c19855ff355b9707314b6",
|
||||
"size": 8316997,
|
||||
"url": "https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-idf4.3_py3.9_2021-01-07-win64.zip"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
|
Loading…
Reference in New Issue
Block a user