diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2020-02-18 10:08:50 +0000 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2020-03-06 10:44:25 +0000 |
commit | e6823086e41882cf6a7ffd0b4ab4a0c3c89b8c88 (patch) | |
tree | 784b8a899c82be9f29dc370bd7d91967f9f8c780 | |
parent | c1d975ab3da35033db52afcbd71f988948b9915f (diff) |
camera: add packaging units for roundtrip-qr job
-rw-r--r-- | units/camera/packaging.pxu | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/units/camera/packaging.pxu b/units/camera/packaging.pxu new file mode 100644 index 00000000..0b90c611 --- /dev/null +++ b/units/camera/packaging.pxu @@ -0,0 +1,15 @@ +# For camera/roundtrip-qrcode_.* +unit: packaging meta-data +os-id: ubuntu +Depends: python3-zbar + +# For camera/roundtrip-qrcode_.* +unit: packaging meta-data +os-id: ubuntu +Depends: python3-pil + +# For camera/roundtrip-qrcode_.* +unit: packaging meta-data +os-id: ubuntu +Depends: python3-pyqrcode + |