mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
Merge pull request #9335 from ceph/wip-16032-radosgw-flask
packaging: drop python-flask dependency from radosgw Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Boris Ranto <branto@redhat.com>
This commit is contained in:
commit
b3d20a2e5d
@ -313,12 +313,6 @@ Requires: librados2 = %{epoch}:%{version}-%{release}
|
||||
Requires: librgw2 = %{epoch}:%{version}-%{release}
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
Requires: mailcap
|
||||
# python-flask for powerdns
|
||||
Requires: python-flask
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
# python-Flask for powerdns
|
||||
Requires: python-Flask
|
||||
%endif
|
||||
%description radosgw
|
||||
RADOS is a distributed object store used by the Ceph distributed
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -599,7 +599,6 @@ Package: radosgw
|
||||
Architecture: linux-any
|
||||
Depends: ceph-common (= ${binary:Version}),
|
||||
mime-support,
|
||||
python-flask,
|
||||
librgw2 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
|
Loading…
Reference in New Issue
Block a user