From 9b6cb2ee586442de3eb812861c4b32f90e310c8c Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 20 Jul 2022 15:06:34 +0900 Subject: [PATCH] [dist/debian] drop Ubuntu 16.04 support We now support 18.04, 20.04, and 22.04 only. Remove the 16.04 (or lower) workaround so that we can support general "latest" python3 versions. Ref: https://github.com/nnstreamer/nnstreamer/discussions/3766 Change-Id: I8deabd5c20152610a2087be80b91b147c14a9bf0 Signed-off-by: MyungJoo Ham --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 9724a12..d96c5a2 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,8 @@ Build-Depends: cmake, debhelper (>= 9~), dh-python, - python3-dev, - python3.6 | python3.7 | python3.8, - python3.6-dev | python3.7-dev | python3.8-dev, + python3-dev (>= 3.6), + python3 (>= 3.6), python3-cffi, python3-numpy, python3-setuptools, -- 2.7.4