installdeps: Drop PyYAML
Doesn't exist anymore in f33 and we don't depend on python2 anymore.
This commit is contained in:
parent
47bf29fed3
commit
7170cf9efd
|
|
@ -18,7 +18,7 @@ pkg_upgrade
|
||||||
pkg_install_buildroot
|
pkg_install_buildroot
|
||||||
pkg_builddep ostree
|
pkg_builddep ostree
|
||||||
pkg_install sudo which attr fuse strace \
|
pkg_install sudo which attr fuse strace \
|
||||||
libubsan libasan libtsan PyYAML redhat-rpm-config \
|
libubsan libasan libtsan redhat-rpm-config \
|
||||||
elfutils
|
elfutils
|
||||||
if test -n "${CI_PKGS:-}"; then
|
if test -n "${CI_PKGS:-}"; then
|
||||||
pkg_install ${CI_PKGS}
|
pkg_install ${CI_PKGS}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue