Merge pull request #443 from sigprof/importlib-resources

importlib-resources: Don't remove pyproject.toml
This commit is contained in:
adisbladis 2021-11-21 16:49:03 -08:00 committed by GitHub
commit b23b074f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -565,6 +565,13 @@ self: super:
}
);
importlib-resources = super.importlib-resources.overridePythonAttrs (
old: {
# disable the removal of pyproject.toml, required because of setuptools_scm
dontPreferSetupPy = true;
}
);
intreehooks = super.intreehooks.overridePythonAttrs (
old: {
doCheck = false;