Skip to content

Commit

Permalink
remove -O--buildsystem=python_distutils
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 19, 2016
1 parent f33a1d8 commit 07149b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ override_dh_shlibdeps:

override_dh_python2:
for binding in rados cephfs rbd; do \
dh_python2 -O--buildsystem=python_distutils -p python-$$binding; \
dh_python2 -p python-$$binding; \
done
dh_python2 -p ceph-common
dh_python2 -O--buildsystem=python_distutils -p ceph-base
dh_python2 -O--buildsystem=python_distutils -p ceph-osd
dh_python2 -p ceph-base
dh_python2 -p ceph-osd

# do not run tests
override_dh_auto_test:
Expand Down

0 comments on commit 07149b7

Please sign in to comment.