mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
parent
25534bf657
commit
7c2a379674
2 changed files with 2 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -14,7 +14,7 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|||
|
||||
Package: fish
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, gettext-base, man-db, ncurses-base, procps,
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, file, gettext-base, man-db, ncurses-base, procps,
|
||||
python3 (>=3.5)
|
||||
Conflicts: fish-common
|
||||
Recommends: xsel (>=1.2.0)
|
||||
|
|
|
@ -31,6 +31,7 @@ BuildRequires: glibc-langpack-en
|
|||
%endif
|
||||
BuildRequires: python3 procps
|
||||
|
||||
Requires: file
|
||||
Requires: python3
|
||||
Requires: man
|
||||
Requires: ncurses-base
|
||||
|
|
Loading…
Reference in a new issue