Loading pkgs/development/python-modules/construct/default.nix +12 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , arrow , buildPythonPackage , cloudpickle , cryptography , fetchFromGitHub , lz4 , numpy Loading Loading @@ -36,13 +37,19 @@ buildPythonPackage rec { lz4 ]; nativeCheckInputs = [ pytestCheckHook numpy passthru.optional-dependencies = { extras = [ arrow ruamel-yaml cloudpickle cryptography numpy ruamel-yaml ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "construct" Loading Loading
pkgs/development/python-modules/construct/default.nix +12 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , arrow , buildPythonPackage , cloudpickle , cryptography , fetchFromGitHub , lz4 , numpy Loading Loading @@ -36,13 +37,19 @@ buildPythonPackage rec { lz4 ]; nativeCheckInputs = [ pytestCheckHook numpy passthru.optional-dependencies = { extras = [ arrow ruamel-yaml cloudpickle cryptography numpy ruamel-yaml ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "construct" Loading