Loading pkgs/development/python-modules/crownstone-cloud/default.nix +12 −17 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchPypi , certifi , pythonOlder , pytestCheckHook , setuptools { lib, aiohttp, buildPythonPackage, fetchPypi, certifi, pythonOlder, pytestCheckHook, setuptools, }: buildPythonPackage rec { Loading @@ -21,22 +22,16 @@ buildPythonPackage rec { hash = "sha256-s84pK52uMupxQfdMldV14V3nj+yVku1Vw13CRX4o08U="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp certifi ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "crownstone_cloud" ]; pythonImportsCheck = [ "crownstone_cloud" ]; meta = with lib; { description = "Python module for communicating with Crownstone Cloud and devices"; Loading Loading
pkgs/development/python-modules/crownstone-cloud/default.nix +12 −17 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchPypi , certifi , pythonOlder , pytestCheckHook , setuptools { lib, aiohttp, buildPythonPackage, fetchPypi, certifi, pythonOlder, pytestCheckHook, setuptools, }: buildPythonPackage rec { Loading @@ -21,22 +22,16 @@ buildPythonPackage rec { hash = "sha256-s84pK52uMupxQfdMldV14V3nj+yVku1Vw13CRX4o08U="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp certifi ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "crownstone_cloud" ]; pythonImportsCheck = [ "crownstone_cloud" ]; meta = with lib; { description = "Python module for communicating with Crownstone Cloud and devices"; Loading