mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -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"
|
"setuptools-scm"
|
||||||
"toml" # Toml is an extra for setuptools-scm
|
"toml" # Toml is an extra for setuptools-scm
|
||||||
"tomli" # tomli is an extra for later versions of 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;
|
baseBuildInputs = lib.optional (! lib.elem name skipSetupToolsSCM) pythonPackages.setuptools-scm;
|
||||||
format = if isDirectory || isGit || isUrl then "pyproject" else fileInfo.format;
|
format = if isDirectory || isGit || isUrl then "pyproject" else fileInfo.format;
|
||||||
|
|
Loading…
Add table
Reference in a new issue