From 8bec5c99f4553e61234e9d0cc86f28feb0c2814c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 13 Feb 2019 19:19:21 +0800 Subject: [PATCH] rpm,deb: remove bc as a build-dependency this change reverts 3ff4be6d, because in ce9c0298, we replaced bc with awk. Signed-off-by: Kefu Chai --- ceph.spec.in | 1 - debian/control | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 1b41ec1f964aa..482808d4142e0 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -134,7 +134,6 @@ BuildRequires: sharutils BuildRequires: checkpolicy BuildRequires: selinux-policy-devel %endif -BuildRequires: bc BuildRequires: gperf %if 0%{?rhel} == 7 BuildRequires: cmake3 > 3.5 diff --git a/debian/control b/debian/control index ddc3f8e55fa71..f9d293787a0e6 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,7 @@ Vcs-Browser: https://github.com/ceph/ceph Maintainer: Ceph Maintainers Uploaders: Ken Dreyer , Alfredo Deza , -Build-Depends: bc, - btrfs-tools, +Build-Depends: btrfs-tools, cmake (>= 3.5), cpio, cryptsetup-bin | cryptsetup, -- 2.39.5