1config BR2_PACKAGE_PYTHON_PYQRCODE
2	bool "python-pyqrcode"
3	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
4	select BR2_PACKAGE_PYTHON3_CODECSCJK # runtime
5	help
6	  A QR code generator written purely in Python with SVG, EPS,
7	  PNG and terminal output.
8
9	  https://github.com/mnooner256/pyqrcode
10