]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
packaging: drop python-flask dependency from radosgw 9335/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 26 May 2016 05:26:33 +0000 (23:26 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 26 May 2016 05:28:09 +0000 (23:28 -0600)
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 <kdreyer@redhat.com>
ceph.spec.in
debian/control

index a622cb867e80aada4f4b424a55fa28ea10c306a5..54fc4a9045a63b20748500048c9b70b02a7250b8 100644 (file)
@@ -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
index a74dbfe908eed3c23362d764e51f34aebb256177..00c6222d48c2386399ca98b9a4c72a1e8581a073 100644 (file)
@@ -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}