Skip to content

Commit

Permalink
Merge pull request ceph#47288 from batrick/i56274
Browse files Browse the repository at this point in the history
debian: add libsqlite3-mod-ceph dependency for ceph-mgr

Reviewed-by: Josh Durgin <[email protected]>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
jdurgin authored Aug 18, 2022
2 parents 50f4580 + 9cde84e commit 857f2bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ Package: ceph-mgr
Architecture: linux-any
Depends: ceph-base (= ${binary:Version}),
ceph-mgr-modules-core (= ${binary:Version}),
libsqlite3-mod-ceph (= ${binary:Version}),
librados2 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Expand Down Expand Up @@ -742,7 +744,8 @@ Description: RADOS distributed object store client C++ library (development file
Package: libsqlite3-mod-ceph
Architecture: any
Section: libs
Depends: ${misc:Depends},
Depends: librados2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: SQLite3 VFS for Ceph
A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS
Expand Down

0 comments on commit 857f2bd

Please sign in to comment.