Codebase list python-pyqrcode / a20a00a
add Recommends for PyPNG Sascha Steinbiss 6 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1818 Architecture: all
1919 Depends: ${python:Depends},
2020 ${misc:Depends}
21 Recommends: python-png
2122 Description: Python 2 module to generate QR Codes
2223 The pyqrcode module is a QR code generator that is simple to use and written
2324 in pure Python. The module can automate most of the building process for
3839 Architecture: all
3940 Depends: ${python3:Depends},
4041 ${misc:Depends}
42 Recommends: python3-png
4143 Description: Python 3 module to generate QR Codes
4244 The pyqrcode module is a QR code generator that is simple to use and written
4345 in pure Python. The module can automate most of the building process for