mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
debian: Update "Depends:" to include python2
Adds support for Ubuntu 20.04, which has no package named "python"
This commit is contained in:
parent
94c6970821
commit
40be168627
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue