bundlewrap/bundles/systemd/metadata.py
Franzi 206cdfe128
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/systemd: fix dependencies
2022-03-13 15:19:01 +01:00

13 lines
316 B
Python

if node.has_bundle('apt') and node.os_version[0] > 10:
defaults = {
'apt': {
'packages': {
'systemd-timesyncd': {
'needed_by': {
'action:systemd-enable-ntp',
},
},
},
},
}