bundles/mautrix-telegram: fix item dependency error
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-10 13:26:03 +01:00
parent 6cd02dc563
commit a9c00409b4
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,7 +3,8 @@ actions = {
'command': '/usr/bin/python3 -m virtualenv -p python3 /opt/mautrix-telegram/venv/',
'unless': 'test -d /opt/mautrix-telegram/venv/',
'needs': {
'directory:/opt/mautrix-telegram', # provided by bundle:users
# actually /opt/mautrix-telegram, but we don't create that
'directory:/opt/mautrix-telegram/src',
},
},
'mautrix-telegram_install_bridge': {