From 4353eb272160f4ce2153b4f31232ff8bd4ec4065 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 25 May 2016 23:26:33 -0600 Subject: [PATCH] packaging: drop python-flask dependency from radosgw The PowerDNS integration code itself is not packaged at this point, so remove the python-flask dependency from the radosgw package. Maybe the PowerDNS integration bits could live in a separate sub-package, eventually. Fixes: http://tracker.ceph.com/issues/16032 Signed-off-by: Ken Dreyer --- ceph.spec.in | 6 ------ debian/control | 1 - 2 files changed, 7 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index a622cb867e80..54fc4a9045a6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 diff --git a/debian/control b/debian/control index a74dbfe908ee..00c6222d48c2 100644 --- a/debian/control +++ b/debian/control @@ -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} -- 2.47.3