From 01779cfb2025843085171a8eb11d8f5fbe63d54e Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sun, 20 Oct 2024 20:34:37 -0400 Subject: [PATCH] Dependency on python3-distutils-extra, since newer Python3 misses distutils.version. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 98c88061..0aa731d6 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Architecture: all Depends: adduser, python3 (>= 3.5), python3-pkg-resources, + python3-distutils-extra, owrx-connector (>= 0.6.5), python3-csdr (>= 0.18.25), ${python3:Depends},