Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
18b24e5d
Commit
18b24e5d
authored
Jun 20, 2016
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check for python module dependencies when building the Linphone Python module.
parent
5a48597e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
prepare.py
prepare.py
+3
-0
cmake-builder
submodules/cmake-builder
+1
-1
No files found.
prepare.py
View file @
18b24e5d
...
...
@@ -131,6 +131,8 @@ class DesktopPreparator(prepare.Preparator):
graphviz_prog
=
'graphviz'
ret
|=
not
self
.
check_is_installed
(
'doxygen'
,
doxygen_prog
)
ret
|=
not
self
.
check_is_installed
(
'dot'
,
graphviz_prog
)
ret
|=
not
self
.
check_python_module_is_present
(
'pystache'
)
ret
|=
not
self
.
check_python_module_is_present
(
'wheel'
)
return
ret
def
show_missing_dependencies
(
self
):
...
...
@@ -198,6 +200,7 @@ def main():
preparator
.
parse_args
()
if
preparator
.
check_tools
()
!=
0
:
preparator
.
show_missing_dependencies
()
preparator
.
show_missing_python_dependencies
()
return
1
return
preparator
.
run
()
...
...
cmake-builder
@
052449d1
Subproject commit 0
8520b0ccb2628de41dde919b191415cac554f1d
Subproject commit 0
52449d1f2e52994ff88a8dcd7d13fa8981f6a00
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment