Skip to content

CMake/MSYS2: Use MSYS2 provided python packages instead of pip.

Biswapriyo Nath requested to merge (removed):cmake-msys2-python into master

Previously coverage, pyserial and scour python packages are installed using pip. Recently, MSYS2 has added those packages in official repo. So, pacman can be used to download those dependencies now. The unused logics are kept blank and commented for future usage.

Signed-off-by: Biswapriyo Nath nathbappai@gmail.com

Merge request reports