Add external dependency to python inema module.

We would like to depend on >= 0.2, but it seems that's not possible.
This commit is contained in:
Harald Welte 2016-12-13 14:19:55 +01:00
parent 2f31909b6b
commit 685c315fa3
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@
],
'installable': True,
'application': True,
'external_dependencies': {
'python': ['inema']
},
}