From 0f23f352108f01ba97ecb56bf1aa3bd3cd1de609 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 8 Jun 2017 13:49:30 -0400 Subject: [PATCH] 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 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 57bd840b40c..9a7f352eb5e 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, -- 2.39.5