Loading pkgs/development/python-modules/depyf/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ astor, dill, filelock, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -28,7 +29,9 @@ buildPythonPackage rec { filelock ]; pythonImportCheck = [ "depyf" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "depyf" ]; meta = with lib; { description = "Decompile python functions, from bytecode to source code"; Loading Loading
pkgs/development/python-modules/depyf/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ astor, dill, filelock, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -28,7 +29,9 @@ buildPythonPackage rec { filelock ]; pythonImportCheck = [ "depyf" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "depyf" ]; meta = with lib; { description = "Decompile python functions, from bytecode to source code"; Loading