]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: python-setuptools is a build dependency 6245/head
authorSage Weil <sage@redhat.com>
Tue, 13 Oct 2015 12:37:40 +0000 (08:37 -0400)
committerSage Weil <sage@redhat.com>
Tue, 13 Oct 2015 12:37:40 +0000 (08:37 -0400)
cd ./ceph-detect-init ; python setup.py build
Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    from setuptools import setup
ImportError: No module named setuptools

Signed-off-by: Sage Weil <sage@redhat.com>
debian/control

index 64cb0d0440341093c3f1198b976bcf602ec7be47..49659521d77d2cfc8469bd058889425309144855 100644 (file)
@@ -50,6 +50,7 @@ Build-Depends: autoconf,
                python (>= 2.6.6-3~),
                python-argparse,
                python-nose,
+              python-setuptools,
                python-sphinx,
                python-virtualenv,
                sdparm | hdparm,