aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/docker/uhd-builder-ubuntu2204.Dockerfile
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/docker/uhd-builder-ubuntu2204.Dockerfile
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/docker/uhd-builder-ubuntu2204.Dockerfile')
-rw-r--r--.ci/docker/uhd-builder-ubuntu2204.Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \