Skip to content

Commit

Permalink
config_tools: remove rstcloth package
Browse files Browse the repository at this point in the history
9c2d0f8 ("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: projectacrn#8395
Signed-off-by: Jiaqing Zhao <[email protected]>
Reviewed-by: Junjie Mao <[email protected]>
  • Loading branch information
jiaqingz-intel authored and acrnsi-robot committed May 16, 2023
1 parent baaaded commit a41f600
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
])
`)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
}

0 comments on commit a41f600

Please sign in to comment.