Loading pkgs/development/python-modules/pycfmodel/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , httpx , pydantic_1 , pydantic , pytestCheckHook , pythonOlder , setuptools Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ pydantic_1 pydantic ]; nativeCheckInputs = [ Loading @@ -54,5 +54,6 @@ buildPythonPackage rec { changelog = "https://github.com/Skyscanner/pycfmodel/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; broken = versionAtLeast pydantic.version "2"; }; } Loading
pkgs/development/python-modules/pycfmodel/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , httpx , pydantic_1 , pydantic , pytestCheckHook , pythonOlder , setuptools Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ pydantic_1 pydantic ]; nativeCheckInputs = [ Loading @@ -54,5 +54,6 @@ buildPythonPackage rec { changelog = "https://github.com/Skyscanner/pycfmodel/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; broken = versionAtLeast pydantic.version "2"; }; }