Adds libmagic on plaforms missing it

Installs libmagic on platforms where is not installed by defaut,
to allow development work on them.

Change-Id: Ia9f7319c375c2dce7dd86c271c731b44a70ec036
This commit is contained in:
Sorin Sbarnea 2018-11-07 18:28:41 +00:00
parent 9a10e3a826
commit bdc06873ca
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ Babel>=1.3
Jinja2>=2.6 # BSD License (3 clause)
PyYAML>=3.1.0
python-magic
python-magic-bin; platform_system=='Darwin'
python-magic-bin; platform_system=='Windows'