From 707edc0b2d5283104aeb472131ee94dd59544290 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 4 Aug 2021 19:20:15 +0800 Subject: [PATCH] rpm, debian: drop xmlstarlet from build deps xmlstarlet is not used anymore while performing "make check", so drop it from the build dependency list. it is still used by the teuthology test though, so keep it as a dependency of ceph-test. Signed-off-by: Kefu Chai --- ceph.spec.in | 1 - debian/control | 1 - 2 files changed, 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 3827d7bb094..5e8a2ab49c9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -229,7 +229,6 @@ BuildRequires: pkgconfig(udev) BuildRequires: valgrind-devel BuildRequires: which BuildRequires: xfsprogs-devel -BuildRequires: xmlstarlet BuildRequires: nasm BuildRequires: lua-devel %if 0%{with seastar} || 0%{with jaeger} diff --git a/debian/control b/debian/control index 09011acb4fa..67de8898c38 100644 --- a/debian/control +++ b/debian/control @@ -104,7 +104,6 @@ Build-Depends: automake, uuid-runtime, valgrind, xfslibs-dev, - xmlstarlet , nasm [amd64], zlib1g-dev, Standards-Version: 4.4.0 -- 2.47.3