diff --git a/debian/control b/debian/control index bb837f3..877d8f2 100644 --- a/debian/control +++ b/debian/control @@ -55,7 +55,7 @@ Rules-Requires-Root: no Package: obs-studio Architecture: any-amd64 -Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Description: recorder and streamer for live video content OBS Studio is designed for efficiently recording and streaming live video content. It supports live RTP streaming to various streaming sites. diff --git a/debian/rules b/debian/rules index b8224ba..cce7748 100755 --- a/debian/rules +++ b/debian/rules @@ -34,3 +34,4 @@ override_dh_shlibdeps: override_dh_python3: dh_python3 -p obs-plugins usr/share/obs/obs-plugins/frontend-tools/scripts + dh_python3 -p obs-studio usr/lib/$(DEB_HOST_MULTIARCH)/obs-scripting