From 68025b633567f0d7ec680d94021ae723618683a3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 21 Oct 2019 13:06:25 -0400 Subject: [PATCH] debian: remove python >= 2.7 requirement Signed-off-by: Alfredo Deza --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1dd229e4421..19194e7bec4 100644 --- a/debian/control +++ b/debian/control @@ -69,7 +69,6 @@ Build-Depends: cmake (>= 3.5), patch, pkg-config, # Crimson protobuf-compiler, - python (>= 2.7), python3-all-dev, python3-cherrypy3, # Make-Check python3-jwt, @@ -77,7 +76,7 @@ Build-Depends: cmake (>= 3.5), # Make-Check python3-pecan, # Make-Check python3-bcrypt, # Make-Check python3-six, -# Make-Check python3-tox | tox, +# Make-Check tox, # Make-Check python3-coverage, # Make-Check python3-openssl, # Make-Check python3-prettytable, -- 2.39.5