diff options
author | Brad Hubbard <bhubbard@redhat.com> | 2021-09-21 05:14:17 +0200 |
---|---|---|
committer | Brad Hubbard <bhubbard@redhat.com> | 2021-09-21 05:20:13 +0200 |
commit | 9630b2d8dff906bf1848de18ab5b590386842f6c (patch) | |
tree | 810c56ac99b49df3e75f30b00732eed3a61ee100 /debian | |
parent | Merge PR #43179 into master (diff) | |
download | ceph-9630b2d8dff906bf1848de18ab5b590386842f6c.tar.xz ceph-9630b2d8dff906bf1848de18ab5b590386842f6c.zip |
Revert "rpm, debian: drop xmlstarlet from build deps"
This reverts commit 707edc0b2d5283104aeb472131ee94dd59544290.
This commit was somewhat premature in removing the xmlstarlet
dependency.
Fixes: https://tracker.ceph.com/issues/52681
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 67de8898c38..09011acb4fa 100644 --- a/debian/control +++ b/debian/control @@ -104,6 +104,7 @@ Build-Depends: automake, uuid-runtime, valgrind, xfslibs-dev, + xmlstarlet <pkg.ceph.check>, nasm [amd64], zlib1g-dev, Standards-Version: 4.4.0 |