5cfd08bd30
Add new python-pypng runtime dependency. Add new python-typing-extensions runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
21 lines
464 B
Plaintext
21 lines
464 B
Plaintext
config BR2_PACKAGE_PYTHON_QRCODE
|
|
bool "python-qrcode"
|
|
select BR2_PACKAGE_PYTHON_PYPNG # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
Pure python QR Code generator
|
|
|
|
https://github.com/lincolnloop/python-qrcode
|
|
|
|
if BR2_PACKAGE_PYTHON_QRCODE
|
|
|
|
config BR2_PACKAGE_PYTHON_QRCODE_SVG
|
|
bool "SVG support"
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT
|
|
|
|
config BR2_PACKAGE_PYTHON_QRCODE_PIL
|
|
bool "PIL support"
|
|
select BR2_PACKAGE_PYTHON_PILLOW
|
|
|
|
endif
|