diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-12 15:09:57 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-05-29 12:13:20 +0000 |
commit | 382cee6e761bde5f83bb03e3c1fb7fc487aed052 (patch) | |
tree | e792c4261f8c6554bb784e0634bc49618ba8c61f /recipes-devtools/python/python3-anytree_2.8.0.bb | |
parent | 03a91ea75865c2dab546b8895c1ce78f666e7f80 (diff) |
Add vss-tools and required dependencies
Add a vss-tools recipe to build the VSS specification tools,
and recipes for the python3-anytree, python3-deprecation, and
python3-graphql-core modules it requires. The latter will be
submitted for meta-python.
Bug-AGL: SPEC-4761
Change-Id: Iffe665c0c6f168f3c37b35ce0346cad210d880c5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 6533623201bf90c56a4a611519fab8923e127b2a)
Diffstat (limited to 'recipes-devtools/python/python3-anytree_2.8.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-anytree_2.8.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-anytree_2.8.0.bb b/recipes-devtools/python/python3-anytree_2.8.0.bb new file mode 100644 index 000000000..1b4628a9a --- /dev/null +++ b/recipes-devtools/python/python3-anytree_2.8.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "Powerful and Lightweight Python Tree Data Structure" +HOMEPAGE = "https://github.com/c0fec0de/anytree" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +PYPI_PACKAGE = "anytree" + +SRC_URI[sha256sum] = "3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab" + +inherit pypi setuptools3 + +do_install:append () { + rm -f ${D}${prefix}/LICENSE +} + +BBCLASSEXTEND += "native nativesdk" |