From 392f7ef5d352859bd5e810191f9ae46feda41da9 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 28 Oct 2021 16:15:24 +0200 Subject: [PATCH] L2SS-287: Install packages required to build tangocontrols in the container. --- docker-compose/lofar-device-base/lofar-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose/lofar-device-base/lofar-requirements.txt b/docker-compose/lofar-device-base/lofar-requirements.txt index 3a215b1d9..10ad55d97 100644 --- a/docker-compose/lofar-device-base/lofar-requirements.txt +++ b/docker-compose/lofar-device-base/lofar-requirements.txt @@ -1,2 +1,5 @@ # Do not put tangostationcontrol dependencies here astropy + +# requirements to build tangocontrol +GitPython >= 3.1.24 # BSD -- GitLab