-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deb,rpm: python-cephfs should depend on python-rados
in `cephfs.pyx` we `cimport rados`, and in LibCephFs.create_with_rados(), Rados.cluster is accesssed without GIL, so we need to import the rados module for cephfs to ensure that it's safe to access this attribute without GIL. dh_python2 and dh_python3 cannot fill ${python:Depends} and ${python3:Depends} with this dependency, so we need to set it explicitly. Fixes: http://tracker.ceph.com/issues/24918 Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters