From 47317eb9f87f0898a341e6d6c839cd98fcedce1d Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 3 Feb 2022 10:49:23 -0600 Subject: ci: Change yaml dependency to ruamel Signed-off-by: Steven Koo --- .ci/docker/uhd-builder-fedora34.Dockerfile | 2 +- .ci/docker/uhd-builder-fedora35.Dockerfile | 2 +- .ci/docker/uhd-builder-ubuntu1804.Dockerfile | 2 +- .ci/docker/uhd-builder-ubuntu2004.Dockerfile | 2 +- .ci/docker/uhd-builder-ubuntu2204.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to '.ci') diff --git a/.ci/docker/uhd-builder-fedora34.Dockerfile b/.ci/docker/uhd-builder-fedora34.Dockerfile index 3a69bcb97..734438a78 100644 --- a/.ci/docker/uhd-builder-fedora34.Dockerfile +++ b/.ci/docker/uhd-builder-fedora34.Dockerfile @@ -48,7 +48,7 @@ RUN dnf install -y \ log4cpp-devel \ zeromq-devel \ cppzmq-devel \ - python3-yaml \ + python3-ruamel-yaml \ python3-click \ python3-click-plugins \ python3-zmq \ diff --git a/.ci/docker/uhd-builder-fedora35.Dockerfile b/.ci/docker/uhd-builder-fedora35.Dockerfile index bab37707c..fb79f8bb3 100644 --- a/.ci/docker/uhd-builder-fedora35.Dockerfile +++ b/.ci/docker/uhd-builder-fedora35.Dockerfile @@ -48,7 +48,7 @@ RUN dnf install -y \ log4cpp-devel \ zeromq-devel \ cppzmq-devel \ - python3-yaml \ + python3-ruamel-yaml \ python3-click \ python3-click-plugins \ python3-zmq \ diff --git a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile index 2b754eec0..720fffc2a 100644 --- a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile +++ b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile @@ -57,7 +57,7 @@ RUN apt-get update && \ python3-pyqt5 \ liblog4cpp5-dev \ libzmq3-dev \ - python3-yaml \ + python3-ruamel.yaml \ python3-click \ python3-click-plugins \ python3-zmq \ diff --git a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile index 34b535427..9d01fecd1 100644 --- a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile +++ b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile @@ -57,7 +57,7 @@ RUN apt-get update && \ python3-pyqt5 \ liblog4cpp5-dev \ libzmq3-dev \ - python3-yaml \ + python3-ruamel.yaml \ python3-click \ python3-click-plugins \ python3-zmq \ diff --git a/.ci/docker/uhd-builder-ubuntu2204.Dockerfile b/.ci/docker/uhd-builder-ubuntu2204.Dockerfile index 1ccc7ec86..84ea5b1ac 100644 --- a/.ci/docker/uhd-builder-ubuntu2204.Dockerfile +++ b/.ci/docker/uhd-builder-ubuntu2204.Dockerfile @@ -57,7 +57,7 @@ RUN apt-get update && \ python3-pyqt5 \ liblog4cpp5-dev \ libzmq3-dev \ - python3-yaml \ + python3-ruamel.yaml \ python3-click \ python3-click-plugins \ python3-zmq \ -- cgit v1.2.3