bundlewrap/bundles/seafile/metadata.py

11 lines
198 B
Python
Raw Normal View History

2020-08-18 13:27:55 +00:00
defaults = {
'apt': {
'packages': {
'mariadb-server': {},
'python3': {},
'python3-setuptools': {},
'python3-pip': {},
},
2020-08-18 13:27:55 +00:00
},
}