dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
enbale ch343 driver in config
hc
2023-08-21
fc437ccf3419c424092701f3d883215fa4552a8b
[~ljy/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"