9dc8526170
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
config BR2_PACKAGE_PYTHON_PYQRCODE
|
|
bool "python-pyqrcode"
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
select BR2_PACKAGE_PYTHON3_CODECSCJK # runtime
|
|
help
|
|
A QR code generator written purely in Python with SVG, EPS,
|
|
PNG and terminal output.
|
|
|
|
https://github.com/mnooner256/pyqrcode
|