Loading pkgs/development/python-modules/aw-core/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pythonOlder , pythonRelaxDepsHook , poetry-core , jsonschema , peewee Loading Loading @@ -34,6 +35,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading @@ -48,6 +50,11 @@ buildPythonPackage rec { timeslot ]; pythonRelaxDeps = [ "platformdirs" "iso8601" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/aw-core/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pythonOlder , pythonRelaxDepsHook , poetry-core , jsonschema , peewee Loading Loading @@ -34,6 +35,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading @@ -48,6 +50,11 @@ buildPythonPackage rec { timeslot ]; pythonRelaxDeps = [ "platformdirs" "iso8601" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading