From 96923c726c53d3cc1a96415181aa5eeb7f5a8c45 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 9 Nov 2016 17:33:13 -0500 Subject: [PATCH] deb: update python-rgw dependencies to librgw2 Signed-off-by: Casey Bodley --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.39.5