mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #443 from sigprof/importlib-resources
importlib-resources: Don't remove pyproject.toml
This commit is contained in:
commit
b23b074f65
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue