Revert "Try to fix python packaging"
This reverts commit d38d7a1e. We foundout why these weird dependencies are there. That is because dependencies are resolved for whole package not just for specified build package. This results to build of all python versions even if only one of them in reality is needed. These dependencies mask that and ensure that if package is going to be build that its python version is skipped.
This diff is collapsed.
Please register or sign in to comment