From: Sage Weil Date: Tue, 13 Oct 2015 12:37:40 +0000 (-0400) Subject: debian/control: python-setuptools is a build dependency X-Git-Tag: v9.1.0~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6245%2Fhead;p=ceph.git debian/control: python-setuptools is a build dependency cd ./ceph-detect-init ; python setup.py build Traceback (most recent call last): File "setup.py", line 23, in from setuptools import setup ImportError: No module named setuptools Signed-off-by: Sage Weil --- diff --git a/debian/control b/debian/control index 64cb0d044034..49659521d77d 100644 --- a/debian/control +++ b/debian/control @@ -50,6 +50,7 @@ Build-Depends: autoconf, python (>= 2.6.6-3~), python-argparse, python-nose, + python-setuptools, python-sphinx, python-virtualenv, sdparm | hdparm,