Files
rpi-buildroot/package/python-qrcode/Config.in
James Hilliard 154a914fd0 package/python-qrcode: bump to version 8.0
Migrate from setuptools to poetry build backend.

Drop no longer required python-pypng runtime dependency.

Drop no longer required python-typing-extensions runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-10 23:18:06 +02:00

19 lines
366 B
Plaintext

config BR2_PACKAGE_PYTHON_QRCODE
bool "python-qrcode"
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