From: Kefu Chai Date: Tue, 30 Mar 2021 02:38:43 +0000 (+0800) Subject: debian/control: install python3-* packages for "make check" X-Git-Tag: v14.2.22~27^2~17^2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f3e718717182ea97f2565e6f15a31de0e12c331;p=ceph.git 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. --- diff --git a/debian/control b/debian/control index 142e9734b5d8..855e969c846b 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,