Loading pkgs/development/python-modules/dataclasses-json/default.nix +12 −13 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , hypothesis , marshmallow , poetry-core , poetry-dynamic-versioning , pytestCheckHook , pythonOlder , typing-inspect { lib, buildPythonPackage, fetchFromGitHub, hypothesis, marshmallow, poetry-core, poetry-dynamic-versioning, pytestCheckHook, pythonOlder, typing-inspect, }: buildPythonPackage rec { Loading Loading @@ -51,9 +52,7 @@ buildPythonPackage rec { "tests/test_annotations.py" ]; pythonImportsCheck = [ "dataclasses_json" ]; pythonImportsCheck = [ "dataclasses_json" ]; meta = with lib; { description = "Simple API for encoding and decoding dataclasses to and from JSON"; Loading Loading
pkgs/development/python-modules/dataclasses-json/default.nix +12 −13 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , hypothesis , marshmallow , poetry-core , poetry-dynamic-versioning , pytestCheckHook , pythonOlder , typing-inspect { lib, buildPythonPackage, fetchFromGitHub, hypothesis, marshmallow, poetry-core, poetry-dynamic-versioning, pytestCheckHook, pythonOlder, typing-inspect, }: buildPythonPackage rec { Loading Loading @@ -51,9 +52,7 @@ buildPythonPackage rec { "tests/test_annotations.py" ]; pythonImportsCheck = [ "dataclasses_json" ]; pythonImportsCheck = [ "dataclasses_json" ]; meta = with lib; { description = "Simple API for encoding and decoding dataclasses to and from JSON"; Loading