Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove dependency on distutils #9125

Merged
merged 1 commit into from
Jan 15, 2021
Merged

Remove dependency on distutils #9125

merged 1 commit into from
Jan 15, 2021

Commits on Jan 15, 2021

  1. Remote dependency on distutils

    `distutils` is pretty much deprecated these days, and replaced with
    `setuptools`. It's also annoying because it's you can't `pip install` it, and
    it's hard to figure out which debian package we should depend on to make sure
    it's there.
    
    Since we only use it for a tiny function anyway, let's just vendor said
    function into our codebase.
    richvdh committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    0a6f8d4 View commit details
    Browse the repository at this point in the history