mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #673 from K900/fix-infinite-recursion
fix: also ignore typing-extensions when resolving dependencies
This commit is contained in:
commit
abc47c71a4
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ pythonPackages.callPackage
|
|||
"packaging"
|
||||
"six"
|
||||
"pyparsing"
|
||||
"typing-extensions"
|
||||
];
|
||||
baseBuildInputs = lib.optional (! lib.elem name skipSetupToolsSCM) pythonPackages.setuptools-scm;
|
||||
format = if isDirectory || isGit || isUrl then "pyproject" else fileInfo.format;
|
||||
|
|
Loading…
Add table
Reference in a new issue