git: fix build with with no threads
[buildroot-gz.git] / package / python-pyqrcode / Config.in
blob01b7ae813215ac1b68baf751c3ed4e93182f3b0d
1 config BR2_PACKAGE_PYTHON_PYQRCODE
2         bool "python-pyqrcode"
3         select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
4         select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
5         select BR2_PACKAGE_PYTHON_CODECSCJK if BR2_PACKAGE_PYTHON # runtime
6         select BR2_PACKAGE_PYTHON3_CODECSCJK if BR2_PACKAGE_PYTHON3 # runtime
7         help
8           A QR code generator written purely in Python with SVG, EPS,
9           PNG and terminal output.
11           https://github.com/mnooner256/pyqrcode