From a9c00409b41001ffc5dfb33fe07886698b6208f2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 10 Nov 2020 13:26:03 +0100 Subject: [PATCH] bundles/mautrix-telegram: fix item dependency error --- bundles/mautrix-telegram/items.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/mautrix-telegram/items.py b/bundles/mautrix-telegram/items.py index 6f542cd..8446475 100644 --- a/bundles/mautrix-telegram/items.py +++ b/bundles/mautrix-telegram/items.py @@ -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': {