diff options
author | Brad Hubbard <bhubbard@redhat.com> | 2016-09-14 13:33:36 +0200 |
---|---|---|
committer | Brad Hubbard <bhubbard@redhat.com> | 2016-09-14 13:33:36 +0200 |
commit | 7e71cd2c81756ddc7557c91eefdb9ff7ee70e15c (patch) | |
tree | de8c5105cf4ac1c152682236c810166fc1eb07ff /debian | |
parent | FileJournal: Remove obsolete _check_disk_write_cache function (diff) | |
download | ceph-7e71cd2c81756ddc7557c91eefdb9ff7ee70e15c.tar.xz ceph-7e71cd2c81756ddc7557c91eefdb9ff7ee70e15c.zip |
Remove dependency on sdparm/hdparm
The code requiring a dependency on hdparm has been removed so we can remove it
as a dependency.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 27b56f2ca9c..bc9f19aecb1 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,6 @@ Build-Depends: btrfs-tools, python3-all-dev, python3-setuptools, virtualenv | python-virtualenv, - sdparm | hdparm, uuid-runtime, valgrind, xfslibs-dev, @@ -92,7 +91,6 @@ Depends: binutils, logrotate, lsb-release, ${python:Depends}, - sdparm | hdparm, xfsprogs, ${misc:Depends}, ${shlibs:Depends} |