prospector: fix build

This commit is contained in:
Azat Bahawi 2022-09-04 00:23:42 +03:00
parent 7739d3ac37
commit 8d8f743f90
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -58,7 +58,8 @@ buildPythonApplication rec {
substituteInPlace pyproject.toml \
--replace 'requirements-detector = "^0.7"' 'requirements-detector = "*"' \
--replace 'pep8-naming = ">=0.3.3,<=0.10.0"' 'pep8-naming = "*"' \
--replace 'mccabe = "^0.6.0"' 'mccabe = "*"'
--replace 'mccabe = "^0.6.0"' 'mccabe = "*"' \
--replace 'pycodestyle = ">=2.6.0,<2.9.0"' 'pycodestyle = "*"'
'';
pythonImportsCheck = [