]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: install python3-* packages for "make check"
authorKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 02:38:43 +0000 (10:38 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 04:56:04 +0000 (12:56 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
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

index 142e9734b5d88678f92e3a8015281c11b982ea55..855e969c846bb1ec8a381e35a596dba96e0213b1 100644 (file)
@@ -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,