]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: remove python >= 2.7 requirement
authorAlfredo Deza <adeza@redhat.com>
Mon, 21 Oct 2019 17:06:25 +0000 (13:06 -0400)
committerKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 03:25:12 +0000 (11:25 +0800)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 68025b633567f0d7ec680d94021ae723618683a3)

Conflicts:
       debian/control: we still need python 2.7 at runtime
         so ignore that change, but we need to use tox instead of
         python-tox for running "make check" on focal, so we
         need the tox change in this commit.

debian/control

index 1d665d25383b1f5153b593dd3632f39a0006f708..142e9734b5d88678f92e3a8015281c11b982ea55 100644 (file)
@@ -67,7 +67,7 @@ Build-Depends: cmake (>= 3.5),
 # Make-Check   python-pecan,
 # Make-Check   python-bcrypt,
 # Make-Check   python-six,
-# Make-Check   python-tox,
+# Make-Check   tox,
 # Make-Check   python-coverage,
 # Make-Check   python-openssl,
 # Make-Check   python-prettytable,