Skip to content
Snippets Groups Projects
Commit ce151f34 authored by Steffen Grunewald's avatar Steffen Grunewald :wink:
Browse files

Use ${python3:Depends} for proper install path

parent ec7c1b57
No related branches found
No related tags found
1 merge request!142Use ${python3:Depends} for proper install path
Pipeline #473409 passed with warnings
......@@ -32,7 +32,7 @@ Build-Depends:
Package: gstlal-ugly
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
gds-lsmp (>= @MIN_GDS_VERSION@),
gds-dtt-crtools (>= @MIN_GDS_VERSION@),
gds-framexmit (>= @MIN_GDS_VERSION@),
......@@ -68,7 +68,7 @@ Description: GStreamer for GW data analysis (in-development parts)
Package: gstlal-ugly-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Depends: ${shlibs:Depends}, ${misc:Depends},
gstlal-dev (>= @MIN_GSTLAL_VERSION@),
gstlal-ugly (= ${binary:Version}),
liblal-dev (>= @MIN_LAL_VERSION@),
......
......@@ -37,7 +37,7 @@ Package: gstlal
Architecture: any
Replaces: gstlal-ugly (<< 0.99.0), gstlal-dep
Breaks: gstlal-ugly (<< 0.99.0), gstlal-dep
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
avahi-daemon,
gir1.2-glib-2.0,
gir1.2-gstreamer-1.0 (>= @MIN_GSTREAMER_VERSION@),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment