HomeSoftware Heritage

setup.py: Fix debian unstable package build

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

setup.py: Fix debian unstable package build

Apply fix as described in the package build log on unstable:

UserWarning: Distutils was imported before Setuptools, but importing
Setuptools also replaces the distutils module in sys.modules.
This may lead to undesirable behaviors or errors. To avoid these issues,
avoid using distutils directly, ensure that setuptools is installed in
the traditional way (e.g. not an editable install), and/or make sure that
setuptools is always imported before distutils.

Details

Provenance
anlambertAuthored on Sep 15 2022, 4:50 PM
anlambertPushed on Sep 19 2022, 10:53 AM
Differential Revision
D8490: setup.py: Fix debian unstable package build
Build Status
Buildable 31594
Build 49415: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.