Skip to content

Commit

Permalink
debian: remove ${shlibs:Depends} from python3-* packages
Browse files Browse the repository at this point in the history
as in #10322

Signed-off-by: Oleh Prypin <oleh@pryp.in>
  • Loading branch information
oprypin committed Jul 20, 2016
1 parent 4223fcd commit f9af602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ Description: Python libraries for the Ceph librados library
Package: python3-rados
Architecture: linux-any
Section: python
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}
Description: Python libraries for the Ceph librados library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
Expand All @@ -699,7 +699,7 @@ Description: Python libraries for the Ceph librbd library
Package: python3-rbd
Architecture: linux-any
Section: python
Depends: librbd1 (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Depends: librbd1 (>= ${binary:Version}), ${misc:Depends}, ${python3:Depends}
Description: Python libraries for the Ceph librbd library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
Expand All @@ -725,7 +725,7 @@ Description: Python libraries for the Ceph libcephfs library
Package: python3-cephfs
Architecture: linux-any
Section: python
Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}
Description: Python libraries for the Ceph libcephfs library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
Expand Down

0 comments on commit f9af602

Please sign in to comment.