From 32e6bf6f64d9103e84604d99677eaabdd806ca16 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 29 Dec 2018 23:16:09 +0800 Subject: [PATCH] debian packaging/fish.spec: drop bc dependency --- debian/control | 2 +- fish.spec.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 56c1a692f..8612d6192 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell Package: fish Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, fish-common (= ${source:Version}), passwd (>= 4.0.3-10), bc, gettext-base, man-db +Depends: ${shlibs:Depends}, ${misc:Depends}, fish-common (= ${source:Version}), passwd (>= 4.0.3-10), gettext-base, man-db Recommends: xsel (>=1.2.0) Description: friendly interactive shell Fish is a command-line shell for modern systems, focusing on user-friendliness, diff --git a/fish.spec.in b/fish.spec.in index 5ea3885d3..70d0b190b 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -27,7 +27,6 @@ BuildRequires: pcre2-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: bc Requires: python Requires: man