From: Alfredo Deza Date: Mon, 21 Oct 2019 17:06:25 +0000 (-0400) Subject: debian: remove python >= 2.7 requirement X-Git-Tag: v14.2.22~27^2~17^2^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d9e9a0c5e29f35736c58e7822253ea4140b1ba8;p=ceph.git debian: remove python >= 2.7 requirement Signed-off-by: Alfredo Deza (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. --- diff --git a/debian/control b/debian/control index 1d665d25383b..142e9734b5d8 100644 --- a/debian/control +++ b/debian/control @@ -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,