mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
validate:launcher: Install config.py for non-development mode
Running installed gst-validate-launcher aborted with the following error.
File "lib/gst-validate-launcher/python/launcher/baseclasses.py", line 28, in <module>
import config
ImportError: No module named config
This is because config.py is added but not installed
in ba6d209b3f
.
https://bugzilla.gnome.org/show_bug.cgi?id=747087
This commit is contained in:
parent
4725f4ec09
commit
75205828c7
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ launcher_PYTHON = \
|
||||||
main.py \
|
main.py \
|
||||||
httpserver.py \
|
httpserver.py \
|
||||||
RangeHTTPServer.py \
|
RangeHTTPServer.py \
|
||||||
utils.py
|
utils.py \
|
||||||
|
config.py
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf *.pyc *.pyo
|
rm -rf *.pyc *.pyo
|
||||||
|
|
Loading…
Reference in a new issue