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-15 18:44:12 +0000 |
commit | 6533623201bf90c56a4a611519fab8923e127b2a (patch) | |
tree | be5ebf12a94bd0611aa1e8fdcdbdb2e26aa2328b /recipes-devtools/python/python3-deprecation_2.1.0.bb | |
parent | eb5c52e3d293d358e114312b35ad9d1a9d4b8ae9 (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>
Diffstat (limited to 'recipes-devtools/python/python3-deprecation_2.1.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-deprecation_2.1.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-deprecation_2.1.0.bb b/recipes-devtools/python/python3-deprecation_2.1.0.bb new file mode 100644 index 000000000..c4b3a1cfe --- /dev/null +++ b/recipes-devtools/python/python3-deprecation_2.1.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "A library to handle automated deprecations" +HOMEPAGE = "https://github.com/briancurtin/deprecation" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +PYPI_PACKAGE = "deprecation" + +SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff" + +inherit pypi setuptools3 + +BBCLASSEXTEND += "native nativesdk" |