Add vss-tools and required dependencies
[AGL/meta-agl-demo.git] / recipes-devtools / python / python3-deprecation_2.1.0.bb
1 SUMMARY = "A library to handle automated deprecations"
2 HOMEPAGE = "https://github.com/briancurtin/deprecation"
3 LICENSE = "Apache-2.0"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
5
6 PYPI_PACKAGE = "deprecation"
7
8 SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"
9
10 inherit pypi setuptools3
11
12 BBCLASSEXTEND += "native nativesdk"