aboutsummaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2022-02-03 10:49:23 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2022-02-04 13:14:22 -0600
commit47317eb9f87f0898a341e6d6c839cd98fcedce1d (patch)
tree7b795ca28e96d9a57c62dda3a0b4addb947c12fc /.ci
parent8c04afbbca4575465d43b99f30eb39c08a0db7ad (diff)
downloaduhd-47317eb9f87f0898a341e6d6c839cd98fcedce1d.tar.gz
uhd-47317eb9f87f0898a341e6d6c839cd98fcedce1d.tar.bz2
uhd-47317eb9f87f0898a341e6d6c839cd98fcedce1d.zip
ci: Change yaml dependency to ruamel
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci')
-rw-r--r--.ci/docker/uhd-builder-fedora34.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-fedora35.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-ubuntu1804.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-ubuntu2004.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-ubuntu2204.Dockerfile2
5 files changed, 5 insertions, 5 deletions
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 \