Loading pkgs/development/python-modules/chameleon/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ , buildPythonPackage , fetchFromGitHub , setuptools , importlib-metadata , pytestCheckHook , pythonOlder }: buildPythonPackage rec { Loading @@ -21,6 +23,10 @@ buildPythonPackage rec { setuptools ]; dependencies = lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/chameleon/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ , buildPythonPackage , fetchFromGitHub , setuptools , importlib-metadata , pytestCheckHook , pythonOlder }: buildPythonPackage rec { Loading @@ -21,6 +23,10 @@ buildPythonPackage rec { setuptools ]; dependencies = lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook ]; Loading