bundles/mautrix-telegram: use pkg_pip

This commit is contained in:
Franzi 2020-09-20 10:30:13 +02:00
parent eede422e9a
commit 3242d97cfa
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 16 additions and 12 deletions

View file

@ -1,7 +1,7 @@
groups['all'] = {
'member_patterns': (
'member_patterns': {
r".*",
),
},
'bundles': {
'apt',
'cron',
@ -31,5 +31,6 @@ groups['all'] = {
},
},
},
'pip_command': 'pip3',
}