dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
init commit
hc
2023-02-13
e440ec23c5a540cdd3f7464e8779219be6fd3d95
[~hc/RK356X_SDK_RELEASE.git]
/
yocto
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-qrcode_7.3.bb
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "QR Code image generator"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
PYPI_PACKAGE = "qrcode"
SRC_URI[sha256sum] = "d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3"
inherit pypi setuptools3
RDEPENDS:${PN} = "python3-six python3-pillow"