Loading pkgs/development/python-modules/kasa-crypt/default.nix +11 −14 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , cython , poetry-core , pytestCheckHook , setuptools , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, cython, poetry-core, pytestCheckHook, setuptools, pythonOlder, }: buildPythonPackage rec { Loading Loading @@ -33,13 +34,9 @@ buildPythonPackage rec { setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "kasa_crypt" ]; pythonImportsCheck = [ "kasa_crypt" ]; meta = with lib; { description = "Fast kasa crypt"; Loading Loading
pkgs/development/python-modules/kasa-crypt/default.nix +11 −14 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , cython , poetry-core , pytestCheckHook , setuptools , pythonOlder { lib, buildPythonPackage, fetchFromGitHub, cython, poetry-core, pytestCheckHook, setuptools, pythonOlder, }: buildPythonPackage rec { Loading Loading @@ -33,13 +34,9 @@ buildPythonPackage rec { setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "kasa_crypt" ]; pythonImportsCheck = [ "kasa_crypt" ]; meta = with lib; { description = "Fast kasa crypt"; Loading