Loading pkgs/development/python-modules/lazy/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchPypi, setuptools, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -17,6 +18,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; pythonImportsCheck = [ "lazy" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Lazy attributes for Python objects"; license = lib.licenses.bsd2; Loading Loading
pkgs/development/python-modules/lazy/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchPypi, setuptools, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -17,6 +18,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; pythonImportsCheck = [ "lazy" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Lazy attributes for Python objects"; license = lib.licenses.bsd2; Loading