Re: build_clazy_clang_tidy job can't find python-yaml

2020-05-22 Thread Grzegorz Szymaszek
Docker runs the test using a Debian testing‐based image, with both the testing and the unstable repositories enabled. apt-get fails to install python-yaml, because it has been removed from both of these repositories. The Python 3 equivalent is python3-yaml. signature.asc Description: PGP signatur

build_clazy_clang_tidy job can't find python-yaml

2020-05-22 Thread Glen Ditchfield
I tried submitting a merge request for korganizer, and one of the jobs in the pipeline failed. build_clazy_clang_tidy tries to apt-get python-yaml, but fails: https://invent.kde.org/gditchfield/korganizer/-/jobs/47424 Is that something to worry about, or something I can fix, or ...