Loading pkgs/development/python-modules/bthome-ble/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -25,11 +25,16 @@ buildPythonPackage rec { hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI="; }; nativeBuildInputs = [ postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ bluetooth-data-tools bluetooth-sensor-state-data cryptography Loading @@ -41,11 +46,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "bthome_ble" ]; Loading Loading
pkgs/development/python-modules/bthome-ble/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -25,11 +25,16 @@ buildPythonPackage rec { hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI="; }; nativeBuildInputs = [ postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ bluetooth-data-tools bluetooth-sensor-state-data cryptography Loading @@ -41,11 +46,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "bthome_ble" ]; Loading