From 0f3e718717182ea97f2565e6f15a31de0e12c331 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 30 Mar 2021 10:38:43 +0800 Subject: [PATCH] debian/control: install python3-* packages for "make check" Signed-off-by: Kefu Chai Conflicts: debian/control: this change is not cherry-picked from master, the corresponding commit in master is 50162091461e42939375475f70ecfd0817f2551c, but that commit also includes the changes to update the runtime dependencies to python3. but we only need to update the dependencies for running "make check". so instead of cherry-picking from master, a separated change is made here. --- debian/control | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 142e9734b5d..855e969c846 100644 --- a/debian/control +++ b/debian/control @@ -61,20 +61,20 @@ Build-Depends: cmake (>= 3.5), pkg-config, python (>= 2.7), python-all-dev, - python-cherrypy3, -# Make-Check python-jwt, -# Make-Check python-nose, -# Make-Check python-pecan, -# Make-Check python-bcrypt, -# Make-Check python-six, + python-cherrypy3 | python3-cherrypy3, +# Make-Check python3-jwt, +# Make-Check python3-nose, +# Make-Check python3-pecan, +# Make-Check python3-bcrypt, +# Make-Check python3-six, # Make-Check tox, -# Make-Check python-coverage, -# Make-Check python-openssl, -# Make-Check python-prettytable, -# Make-Check python-requests, +# Make-Check python3-coverage, +# Make-Check python3-openssl, +# Make-Check python3-prettytable, +# Make-Check python3-requests, python-setuptools, - python-sphinx, -# Make-Check python-werkzeug, + python3-sphinx, +# Make-Check python3-werkzeug, python3-all-dev, python3-setuptools, # Make-Check socat, -- 2.47.3