diff --git a/debian/control b/debian/control index cda0914ba..e9e20aec4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Adam 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 diff --git a/fish.spec.in b/fish.spec.in index 98dead8cc..9df2e1b42 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -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+