From 7170cf9efda8f97d75c31d6415180b8895a5a479 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 26 Mar 2021 21:38:51 +0000 Subject: [PATCH] installdeps: Drop PyYAML Doesn't exist anymore in f33 and we don't depend on python2 anymore. --- ci/installdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/installdeps.sh b/ci/installdeps.sh index 6880d91d..89b7ac12 100755 --- a/ci/installdeps.sh +++ b/ci/installdeps.sh @@ -18,7 +18,7 @@ pkg_upgrade pkg_install_buildroot pkg_builddep ostree pkg_install sudo which attr fuse strace \ - libubsan libasan libtsan PyYAML redhat-rpm-config \ + libubsan libasan libtsan redhat-rpm-config \ elfutils if test -n "${CI_PKGS:-}"; then pkg_install ${CI_PKGS}