diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-08-20 11:42:14 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-23 21:58:55 -0700 |
| commit | 82142307eccf67765b57e86c8bcb3a9179800fc3 (patch) | |
| tree | f45db8b05be08f473899cab5378d7eaafdf1efaf /meta-python/recipes-devtools/python | |
| parent | d29020784d00a3e2d935b956944988cbac37d7cc (diff) | |
| download | meta-openembedded-82142307eccf67765b57e86c8bcb3a9179800fc3.tar.gz | |
python3-qrcode: Upgrade 7.2 -> 7.3
Upgrade to release 7.3:
- Skip color mask if QR is black and white
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-qrcode_7.3.bb (renamed from meta-python/recipes-devtools/python/python3-qrcode_7.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb index c9e9ebf097..f195f47177 100644 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" |
| 5 | 5 | ||
| 6 | PYPI_PACKAGE = "qrcode" | 6 | PYPI_PACKAGE = "qrcode" |
| 7 | SRC_URI[sha256sum] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4d675ea" | 7 | SRC_URI[sha256sum] = "d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
