Skip to content
Snippets Groups Projects
Commit 84d50f97 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

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

parent 8093dce8
No related branches found
No related tags found
No related merge requests found
......@@ -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',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment