mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
debian/rules: fix ceph-mgr .pyc files left behind
Add second dh_python2 call with the "private" dir /usr/lib/ceph/mgr Fixes: http://tracker.ceph.com/issues/26883 Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
parent
acd02343f4
commit
b221877462
2
debian/rules
vendored
2
debian/rules
vendored
@ -143,6 +143,8 @@ override_dh_python2:
|
||||
dh_python2 -p ceph-base
|
||||
dh_python2 -p ceph-osd
|
||||
dh_python2 -p ceph-mgr
|
||||
# batch-compile, and set up for delete, all the module files
|
||||
dh_python2 -p ceph-mgr usr/lib/ceph/mgr
|
||||
|
||||
override_dh_python3:
|
||||
for binding in rados cephfs rbd rgw; do \
|
||||
|
Loading…
Reference in New Issue
Block a user