Merge pull request #61 from haplo/docker-ce

Allow dependency on docker-ce package
This commit is contained in:
Micah Lee 2020-03-16 11:32:27 -07:00 committed by GitHub
commit 9617a76765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[DEFAULT]
Package3: dangerzone
Depends3: docker.io, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests
Depends3: docker.io | docker-ce, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests
Build-Depends: python3, python3-all
Suite: bionic
X-Python3-Version: >= 3.7