From 036d36f4ff6d4b6ae97712ee565e88564159e0f0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 13 Oct 2015 08:37:40 -0400 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.3