debian: Update "Depends:" to include python2

Adds support for Ubuntu 20.04, which has no package named "python"
This commit is contained in:
DeeDeeG 2020-04-04 17:36:29 -04:00 committed by Ben Gotow
parent 94c6970821
commit 40be168627

View file

@ -1,6 +1,6 @@
Package: <%= name %>
Version: <%= version %>
Depends: libsecret-1-dev, git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils
Depends: libsecret-1-dev, git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3, python | python2, gvfs-bin, xdg-utils
Suggests: gir1.2-gnomekeyring-1.0
Section: <%= section %>
Priority: optional