Skip to content

Commit

Permalink
ceph.spec: fix python-flask dependency
Browse files Browse the repository at this point in the history
This is needed by ceph-rest-api, which is in ceph.rpm; it's not related to
python-ceph (except that ceph-rest-api happens to require that too).

Backport: firefly
Signed-off-by: Sage Weil <[email protected]>
(cherry picked from commit b241624)
  • Loading branch information
liewegas committed Oct 2, 2014
1 parent bf1933e commit c4188e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Requires: python
Requires: python-argparse
Requires: python-ceph
Requires: python-requests
Requires: python-flask
Requires: xfsprogs
Requires: cryptsetup
Requires: parted
Expand Down Expand Up @@ -215,7 +216,6 @@ Group: System Environment/Libraries
License: LGPL-2.0
Requires: librados2 = %{version}-%{release}
Requires: librbd1 = %{version}-%{release}
Requires: python-flask
%if 0%{defined suse_version}
%py_requires
%endif
Expand Down

0 comments on commit c4188e3

Please sign in to comment.