mirror of
https://github.com/ceph/ceph
synced 2025-02-18 16:37:41 +00:00
debian: should dh_python3 python3-* not python-*
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
ae81907146
commit
7eac2387c1
2
debian/rules
vendored
2
debian/rules
vendored
@ -145,7 +145,7 @@ override_dh_python2:
|
||||
|
||||
override_dh_python3:
|
||||
for binding in rados cephfs rbd; do \
|
||||
dh_python3 -p python-$$binding; \
|
||||
dh_python3 -p python3-$$binding; \
|
||||
done
|
||||
dh_python3 -p python3-ceph-argparse
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user