mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Extend setuptools-scm infinite recursion workaround
This commit is contained in:
parent
836eaf0179
commit
6457976cf6
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ pythonPackages.callPackage
|
|||
"setuptools-scm"
|
||||
"toml" # Toml is an extra for setuptools-scm
|
||||
"tomli" # tomli is an extra for later versions of setuptools-scm
|
||||
"packaging"
|
||||
"six"
|
||||
"pyparsing"
|
||||
];
|
||||
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