1
0
Fork 0

Add a check for a missed dependency in `./mat2 -c`

This commit is contained in:
jvoisin 2018-07-15 17:00:01 +02:00
parent 8093dce88e
commit 84d50f97c0
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ DEPENDENCIES = {
'gi': 'PyGobject',
'gi.repository.GdkPixbuf': 'GdkPixbuf from PyGobject',
'gi.repository.Poppler': 'Poppler from PyGobject',
'gi.repository.GLib': 'GLib from PyGobject',
'mutagen': 'Mutagen',
}