From 733b981983d5f1957955751bd6729174032fc1b2 Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 7 Apr 2023 12:44:38 +0800 Subject: [PATCH] fish.spec/Debian packaging: add cargo dependency --- debian/control | 2 +- fish.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3cc48b58f..75714a105 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Adam # Debhelper should be bumped to >= 10 once Ubuntu Xenial is no longer supported Build-Depends: debhelper (>= 9.20160115), libncurses5-dev, cmake (>= 3.5.0), gettext, libpcre2-dev, # Test dependencies - locales-all, python3, rustc (>= 1.67) | rustc-mozilla (>= 1.67) + locales-all, python3, rustc (>= 1.67) | rustc-mozilla (>= 1.67), cargo Standards-Version: 4.1.5 Homepage: https://fishshell.com/ Vcs-Git: https://github.com/fish-shell/fish-shell.git diff --git a/fish.spec.in b/fish.spec.in index d5e0fe477..bef1c3ecc 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -9,7 +9,7 @@ Group: System/Shells URL: https://fishshell.com/ Source0: %{name}_@VERSION@.orig.tar.xz -BuildRequires: ncurses-devel gettext gcc-c++ xz pcre2-devel +BuildRequires: cargo ncurses-devel gettext gcc-c++ xz pcre2-devel BuildRequires: rust >= 1.67 %if 0%{?rhel} && 0%{?rhel} < 8