From 6507097007fbe4eef6644f1383435272f80a888c Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Tue, 19 Nov 2024 16:42:55 +0200 Subject: [PATCH] debian: add python3-setuptools in dependencies as well --- packaging/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/control b/packaging/debian/control index 2562e8e..6c054d7 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -9,7 +9,7 @@ Homepage: https://github.com/OpenSIPS/python-opensips Package: python3-opensips Architecture: all Multi-Arch: foreign -Depends: python3 (>= 3.6), ${misc:Depends}, ${python3:Depends} +Depends: python3 (>= 3.6), ${misc:Depends}, ${python3:Depends}, python3-setuptools Description: A collection of Python packages for OpenSIPS. These modules are designed to be as lightweight as possible and provide a simple interface for interacting with OpenSIPS.