dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改GPIO导出默认初始值
hc
2024-10-16
50a212ec906f7524620675f0c57357691c26c81f
[~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"