forked from axeman/erpnext-nix
bench: relax hatchling dep version
This commit is contained in:
parent
92f2b0b478
commit
c6cf41f94b
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
|||
format = "pyproject";
|
||||
|
||||
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
||||
pythonRelaxDeps = [ "jinja2" "python-crontab" "semantic-version" ];
|
||||
pythonRelaxDeps = [ "jinja2" "python-crontab" "semantic-version" "hatchling" ];
|
||||
|
||||
buildInputs = [
|
||||
hatchling
|
||||
|
|
Loading…
Reference in a new issue