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

ccmlib: Remove usages of distutils #544

Merged
merged 2 commits into from
Dec 25, 2023
Merged

Commits on Dec 25, 2023

  1. ccmlib: Remove usages of distutils

    This change removes all uses of distutils modules and replaces them with
    either direct replacements or extractions from the library.
    LooseVersion is extracted into ccmlib.utils.version and dir_util.copy_tree
    is replaced by shutil.copytree.
    
    Fixes scylladb#537
    k0machi authored and fruch committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8e34e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bbcbcb View commit details
    Browse the repository at this point in the history