picsort needs exiftool

This commit is contained in:
mwiegand 2022-07-07 13:43:22 +02:00
parent 1b84e84841
commit 1397e9c9a3

View file

@ -1,6 +1,15 @@
from shlex import quote as q
defaults = {
'apt': {
'packages': {
'exiftool': {},
},
},
}
@metadata_reactor.provides(
'systemd-timers',
)