From: Sage Weil Date: Thu, 8 Jun 2017 17:49:30 +0000 (-0400) Subject: debian/control: Build-Depends on python-pecan X-Git-Tag: v12.1.0~213^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f23f352108f01ba97ecb56bf1aa3bd3cd1de609;p=ceph.git debian/control: Build-Depends on python-pecan This is needed for make check (so that restful mgr module can load). Signed-off-by: Sage Weil --- diff --git a/debian/control b/debian/control index 57bd840b40cd..9a7f352eb5ef 100644 --- a/debian/control +++ b/debian/control @@ -52,9 +52,11 @@ Build-Depends: bc, python-all-dev, python-cherrypy3, python-nose, + python-pecan, python-prettytable, python-setuptools, python-sphinx, + python-werkzeug, python3-all-dev, python3-setuptools, virtualenv | python-virtualenv,