mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/python-qrcode: new package
Needed by python-autobahn encryption subpackage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
3
support/testing/tests/package/sample_python_qrcode.py
Normal file
3
support/testing/tests/package/sample_python_qrcode.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import qrcode
|
||||
import qrcode.image.svg
|
||||
img = qrcode.make('Some data here', image_factory=qrcode.image.svg.SvgImage)
|
||||
Reference in New Issue
Block a user