Loading pkgs/development/python-modules/servefile/default.nix +5 −1 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, legacy-cgi, lib, pyopenssl, pytestCheckHook, pythonAtLeast, requests, }: Loading @@ -19,7 +21,9 @@ buildPythonPackage rec { hash = "sha256-hIqXwhmvstCslsCO973oK5FF2c8gZJ0wNUI/z8W+OjU="; }; propagatedBuildInputs = [ pyopenssl ]; dependencies = [ pyopenssl ] ++ lib.optionals (pythonAtLeast "3.13") [ legacy-cgi ]; nativeCheckInputs = [ pytestCheckHook Loading Loading
pkgs/development/python-modules/servefile/default.nix +5 −1 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, legacy-cgi, lib, pyopenssl, pytestCheckHook, pythonAtLeast, requests, }: Loading @@ -19,7 +21,9 @@ buildPythonPackage rec { hash = "sha256-hIqXwhmvstCslsCO973oK5FF2c8gZJ0wNUI/z8W+OjU="; }; propagatedBuildInputs = [ pyopenssl ]; dependencies = [ pyopenssl ] ++ lib.optionals (pythonAtLeast "3.13") [ legacy-cgi ]; nativeCheckInputs = [ pytestCheckHook Loading