Skip to content

Commit 6507097

Browse files
committed
debian: add python3-setuptools in dependencies as well
1 parent e9d1c06 commit 6507097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Homepage: https://github.com/OpenSIPS/python-opensips
99
Package: python3-opensips
1010
Architecture: all
1111
Multi-Arch: foreign
12-
Depends: python3 (>= 3.6), ${misc:Depends}, ${python3:Depends}
12+
Depends: python3 (>= 3.6), ${misc:Depends}, ${python3:Depends}, python3-setuptools
1313
Description: A collection of Python packages for OpenSIPS.
1414
These modules are designed to be as lightweight as possible and provide a
1515
simple interface for interacting with OpenSIPS.

0 commit comments

Comments
 (0)