mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
debian packaging: recommend python3 or python2
Closes #5492.
(cherry picked from commit 1f897d2c43
)
This commit is contained in:
parent
7a163e8e98
commit
749347ff4c
2
debian/control
vendored
2
debian/control
vendored
|
@ -22,7 +22,7 @@ Description: friendly interactive shell
|
|||
Package: fish-common
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Recommends: fish, python (>=2.6)
|
||||
Recommends: fish, python3 (>= 3.3) | python (>=2.7)
|
||||
Suggests: xdg-utils
|
||||
Replaces: fish (<= 2.1.1.dfsg-2)
|
||||
Description: friendly interactive shell (architecture-independent files)
|
||||
|
|
Loading…
Reference in New Issue
Block a user