From 2cf158994bf108bd0379f7b284d9f642c11eaa04 Mon Sep 17 00:00:00 2001 From: Jiaqing Zhao Date: Mon, 15 May 2023 09:04:27 +0000 Subject: [PATCH] config_tools: remove rstcloth package 9c2d0f8858f8 ("config_tools: replace RstCloth library with class.") removes all usage of rstcloth in code, but the rstcloth package is not removed from acrn-configurator and it will still download dependencies for rstcloth. This patch simply removes it. Tracked-On: #8395 Signed-off-by: Jiaqing Zhao Reviewed-by: Junjie Mao --- .../packages/configurator/src/pyodide.js | 3 +-- .../packages/configurator/thirdLib/library.json | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/misc/config_tools/configurator/packages/configurator/src/pyodide.js b/misc/config_tools/configurator/packages/configurator/src/pyodide.js index 7a9cde984..aede65539 100644 --- a/misc/config_tools/configurator/packages/configurator/src/pyodide.js +++ b/misc/config_tools/configurator/packages/configurator/src/pyodide.js @@ -18,8 +18,7 @@ export default async function () { './thirdLib/elementpath-2.5.0-py3-none-any.whl', './thirdLib/defusedxml-0.7.1-py2.py3-none-any.whl', './thirdLib/xmlschema-1.9.2-py3-none-any.whl', - './thirdLib/acrn_config_tools-3.0-py3-none-any.whl', - './thirdLib/rstcloth-0.5.2-py3-none-any.whl' + './thirdLib/acrn_config_tools-3.0-py3-none-any.whl' ]) `) diff --git a/misc/config_tools/configurator/packages/configurator/thirdLib/library.json b/misc/config_tools/configurator/packages/configurator/thirdLib/library.json index abe1f34d6..935fa8915 100644 --- a/misc/config_tools/configurator/packages/configurator/thirdLib/library.json +++ b/misc/config_tools/configurator/packages/configurator/thirdLib/library.json @@ -124,23 +124,6 @@ "to": "defusedxml-0.7.1-py2.py3-none-any.whl" } ] - }, - { - "name": "rstcloth-0.5.2-py3-none-any.whl", - "check": { - "type": "file", - "path": "rstcloth-0.5.2-py3-none-any.whl" - }, - "clean": [ - "rstcloth-0.5.2-py3-none-any.whl" - ], - "install": [ - { - "type": "download", - "from": "https://files.pythonhosted.org/packages/f1/fa/e653417b4eb6319e9b120f8d9bb16f7c5a4bcc5d1f8a2039d3106f7504e6/rstcloth-0.5.2-py3-none-any.whl", - "to": "rstcloth-0.5.2-py3-none-any.whl" - } - ] } ] }