From 555d37e5c363d9357ef2c470e4211656d5bca29c Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 16 Oct 2024 20:17:58 +0200 Subject: [PATCH] comment requirements.txt until we have them Reported by Thomas Rusiecki --- deploy-workbench.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy-workbench.sh b/deploy-workbench.sh index 3a55c60..68632fb 100755 --- a/deploy-workbench.sh +++ b/deploy-workbench.sh @@ -259,6 +259,8 @@ prepare_app() { ${SUDO} mkdir -p "${workbench_dir}" ${SUDO} cp workbench-script.py "${workbench_dir}/" ${SUDO} cp -arp locale "${workbench_dir}/" + # TODO uncomment when we have dependencies again + ${SUDO} cp requirements.txt "${workbench_dir}/" # startup script execution cat > "${ISO_PATH}/chroot/root/.profile" <