picsort needs exiftool
This commit is contained in:
parent
1b84e84841
commit
1397e9c9a3
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
|||
from shlex import quote as q
|
||||
|
||||
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'exiftool': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'systemd-timers',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue