From: Casey Bodley Date: Wed, 9 Nov 2016 22:33:13 +0000 (-0500) Subject: deb: update python-rgw dependencies to librgw2 X-Git-Tag: v11.1.0~360^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11885%2Fhead;p=ceph.git deb: update python-rgw dependencies to librgw2 Signed-off-by: Casey Bodley --- diff --git a/debian/control b/debian/control index c961d8125b8..2387fe1942b 100644 --- a/debian/control +++ b/debian/control @@ -728,7 +728,7 @@ Description: Python 3 libraries for the Ceph librbd library Package: python-rgw Architecture: linux-any Section: python -Depends: librgw1 (>= ${binary:Version}), +Depends: librgw2 (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python:Depends} @@ -745,7 +745,7 @@ Description: Python 2 libraries for the Ceph librgw library Package: python3-rgw Architecture: linux-any Section: python -Depends: librgw1 (>= ${binary:Version}), +Depends: librgw2 (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}