Allow dependency on docker-ce package

This allows dangerzone to be installed by users who install Docker through the docker.com
repositories.
This commit is contained in:
Fidel Ramos 2020-03-16 12:58:38 +01:00
parent d164dd7076
commit c790175717

View file

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
Package3: dangerzone 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 Build-Depends: python3, python3-all
Suite: bionic Suite: bionic
X-Python3-Version: >= 3.7 X-Python3-Version: >= 3.7