diff options
author | Kefu Chai <kchai@redhat.com> | 2016-01-19 14:08:24 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-01-19 17:35:50 +0100 |
commit | f5da15945760d6a914077367b7b865e175746d72 (patch) | |
tree | 4ac2ddfca7dee0a4c8adec3695d97a3e84644d0e /ceph.spec.in | |
parent | os/kstore: fix u64 decode checks (diff) | |
download | ceph-f5da15945760d6a914077367b7b865e175746d72.tar.xz ceph-f5da15945760d6a914077367b7b865e175746d72.zip |
makefile: remove dependency on libedit
turns out we are not using it anymore
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index b2175bd643f..68091dc2ed2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -117,7 +117,6 @@ BuildRequires: hdparm BuildRequires: leveldb-devel > 1.2 BuildRequires: libaio-devel BuildRequires: libcurl-devel -BuildRequires: libedit-devel BuildRequires: libxml2-devel BuildRequires: libblkid-devel >= 2.17 BuildRequires: libudev-devel |