1
0
Fork 0
mat2/libmat2
Antoine Tenart d454ef5b8e libmat2: fix dependency checks for cmd line utilities
The command line checks for command line utilities are done by trying to
access the executables and by throwing an exception when not found. This
lead to:
- The mat2 cmd line --check-dependencies option failing.
- The ffmpeg unit tests failing when ffmpeg isn't installed (even though
  it's an optional dependency).

This patch fixes it.

Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2019-03-29 19:29:28 +01:00
..
__init__.py libmat2: fix dependency checks for cmd line utilities 2019-03-29 19:29:28 +01:00
abstract.py Whenever possible, use bwrap for subprocesses 2019-02-03 19:18:41 +01:00
archive.py Document the previous commit 2019-02-25 15:37:44 +01:00
audio.py Fix the testsuite 2019-03-23 00:41:23 +01:00
epub.py Improve epub support 2019-02-27 23:04:38 +01:00
exiftool.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
harmless.py Bump mypy typing coverage 2018-10-12 14:32:09 +02:00
images.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
office.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
parser_factory.py Implement epub support 2019-02-20 16:28:11 -08:00
pdf.py Improve type annotation coverage 2018-10-23 16:32:28 +02:00
subprocess.py Streamline a bit the previous commit 2019-02-09 15:23:16 +01:00
torrent.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
video.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
web.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00