fix: add tomli to recursion list

This commit is contained in:
Phillip Cloud 2021-09-19 09:45:41 -04:00
parent e44d9876eb
commit 3fb12decf1
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -96,6 +96,7 @@ pythonPackages.callPackage
"setuptools_scm" "setuptools_scm"
"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
]; ];
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;