From 349140e460fcf847fb7ffa105a6d3d33595e2ac5 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 11 Aug 2016 19:30:07 +0000 Subject: [PATCH] Task #8475: Fix dependencies of Pipeline-recipes --- CEP/Pipeline/recipes/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CEP/Pipeline/recipes/CMakeLists.txt b/CEP/Pipeline/recipes/CMakeLists.txt index 8951603a883..aa2b46cb431 100644 --- a/CEP/Pipeline/recipes/CMakeLists.txt +++ b/CEP/Pipeline/recipes/CMakeLists.txt @@ -1,6 +1,6 @@ # $Id$ -lofar_package(Pipeline-Recipes 0.1 DEPENDS Docker) +lofar_package(Pipeline-Recipes 0.1 DEPENDS Docker pyparameterset) # The pipeline.cfg needs to know whether QPID is installed include(LofarFindPackage) -- GitLab