]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind: Silence distutils/setuptools warning
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 17 Jul 2020 07:15:48 +0000 (03:15 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 17 Jul 2020 18:18:17 +0000 (14:18 -0400)
commit79552afea4a5d526fe35648a1f7ae1cdc090a7e4
treed864261fc6999410a649e2edd06b9713c600ea64
parent721ef6352db9667c22a572eb832cd861126e62cb
pybind: Silence distutils/setuptools warning

Setuptools would very much like to be imported BEFORE distutils

So move the conditional imports of setuptools above the import of
distutils.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/pybind/cephfs/setup.py
src/pybind/rados/setup.py
src/pybind/rbd/setup.py
src/pybind/rgw/setup.py