Message ID | 20230627014450.3188750-2-akuster808@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-security,PATC,1/3] python3-flask-script: add package | expand |
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb new file mode 100644 index 0000000..f8a6552 --- /dev/null +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "QR Code and Micro QR Code generator for Python 2 and Python 3" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8e8db3765a57bcb968140e0a353c1a35" + +SRC_URI[sha256sum] = "983424b296e62189d70fc73460cd946cf56dcbe82b9bda18c066fc1b24371cdc" + +#PYPI_PACKAGE = "Flask-Script" + +inherit pypi setuptools3
Signed-off-by: Armin Kuster <akuster808@gmail.com> --- .../recipes-devtools/python/python3-segno_1.5.2.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb