From fa29db9521cc4fb15f8859d431e8f7dcf0e76039 Mon Sep 17 00:00:00 2001 From: Thomas Goodwin Date: Fri, 7 Jul 2017 09:29:33 -0400 Subject: [PATCH] Bug: moved python-jinja2 to runtime dependencies for the sake of redhawk-codegen --- Dockerfiles/files/build/base-deps-func.sh | 1 - Dockerfiles/runtime.Dockerfile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/files/build/base-deps-func.sh b/Dockerfiles/files/build/base-deps-func.sh index 8cc7efb..e4e05ec 100644 --- a/Dockerfiles/files/build/base-deps-func.sh +++ b/Dockerfiles/files/build/base-deps-func.sh @@ -30,7 +30,6 @@ BUILD_DEPS="\ libfftw3-dev \ liblog4cxx-dev \ python-dev \ - python-jinja2 \ pyqt4-dev-tools \ libboost-date-time-dev \ libboost-filesystem-dev \ diff --git a/Dockerfiles/runtime.Dockerfile b/Dockerfiles/runtime.Dockerfile index db63e6b..6303bf9 100644 --- a/Dockerfiles/runtime.Dockerfile +++ b/Dockerfiles/runtime.Dockerfile @@ -30,6 +30,7 @@ RUN apt-get update && \ libfftw3-3 \ liblog4cxx10v5 \ python-numpy \ + python-jinja2 \ libboost-date-time1.58.0 \ libboost-filesystem1.58.0 \ libboost-regex1.58.0 \