Loading pkgs/development/python-modules/chameleon/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -3,9 +3,7 @@ buildPythonPackage, fetchFromGitHub, setuptools, importlib-metadata, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -22,8 +20,6 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "chameleon" ]; Loading Loading
pkgs/development/python-modules/chameleon/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -3,9 +3,7 @@ buildPythonPackage, fetchFromGitHub, setuptools, importlib-metadata, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -22,8 +20,6 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "chameleon" ]; Loading