diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-06-26 21:25:45 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-07-31 06:18:52 -0400 |
commit | 4678955b3551603c674fe1adbee4c43cf7d7bbe0 (patch) | |
tree | 8001a47140ea304febf1d71d7593c133a37f371c /dynamic-layers/meta-python/recipes-devtools/python | |
parent | 0e62092564833689052a935271a15767e58c00e7 (diff) | |
download | meta-security-4678955b3551603c674fe1adbee4c43cf7d7bbe0.tar.gz |
python3-segno: add new package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "QR Code and Micro QR Code generator for Python 2 and Python 3" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8e8db3765a57bcb968140e0a353c1a35" | ||
4 | |||
5 | SRC_URI[sha256sum] = "983424b296e62189d70fc73460cd946cf56dcbe82b9bda18c066fc1b24371cdc" | ||
6 | |||
7 | #PYPI_PACKAGE = "Flask-Script" | ||
8 | |||
9 | inherit pypi setuptools3 | ||