Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: Use pip-compile-cross-platform #17307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. tools: Use pip-compile-cross-platform

    pip-compile does not support generating one output file for different
    environments (operating systems) If we run it on Linux, it drops all
    packages which available only onl Windows (like windows-curses).
    
    pip-compile-cross-platform passes conditional markers from input files
    to output one.
    
    Signed-off-by: Jan Gałda <[email protected]>
    jangalda-nsc committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5ef6302 View commit details
    Browse the repository at this point in the history