!8 standalone as a component

Merge pull request !8 from lyj/master
This commit is contained in:
openharmony_ci
2022-05-05 05:58:24 +00:00
committed by Gitee
+30
View File
@@ -0,0 +1,30 @@
{
"name": "@ohos/PyYAML",
"description": "A YAML parser and emitter for Python.",
"version": "5.4.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/PyYAML"
},
"dirs": {},
"scripts": {},
"component": {
"name": "PyYAML",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}