mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
fix(python-pyproject): remove default for pythonImportsCheck
The heuristic was not reliable
This commit is contained in:
parent
c5bdcd7e67
commit
f80d7426f6
@ -20,7 +20,6 @@ in {
|
||||
|
||||
buildPythonPackage = {
|
||||
format = "pyproject";
|
||||
pythonImportsCheck = pyproject.tool.setuptools.packages.find.include or [];
|
||||
};
|
||||
|
||||
name = pyproject.project.name;
|
||||
|
Loading…
Reference in New Issue
Block a user