mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
RPM/Debian packaging: update dependencies to match reality
This commit is contained in:
parent
489d6b9dd8
commit
a23cd62ec7
2 changed files with 5 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -6,7 +6,7 @@ Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
|||
Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
|
||||
rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev,
|
||||
# Test dependencies
|
||||
locales-all, python3
|
||||
locales-all, ncurses-base, python3
|
||||
Standards-Version: 4.1.5
|
||||
Homepage: https://fishshell.com/
|
||||
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
||||
|
@ -14,8 +14,8 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|||
|
||||
Package: fish
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), gettext-base, man-db,
|
||||
procps, python3 (>=3.5)
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, gettext-base, man-db, ncurses-base, procps,
|
||||
python3 (>=3.5)
|
||||
Conflicts: fish-common
|
||||
Recommends: xsel (>=1.2.0)
|
||||
Suggests: xdg-utils
|
||||
|
|
|
@ -33,6 +33,8 @@ BuildRequires: python3 procps
|
|||
|
||||
Requires: python3
|
||||
Requires: man
|
||||
Requires: ncurses-base
|
||||
Requires: procps
|
||||
|
||||
# Although the build scripts mangle the version number to be RPM compatible
|
||||
# for continuous builds (transforming the output of `git describe`), Fedora 32+
|
||||
|
|
Loading…
Reference in a new issue