Loading pkgs/development/python-modules/bthome-ble/default.nix +15 −20 Original line number Diff line number Diff line { lib , bluetooth-data-tools , bluetooth-sensor-state-data , buildPythonPackage , cryptography , fetchFromGitHub , poetry-core , pytestCheckHook , pythonOlder , pytz , sensor-state-data { lib, bluetooth-data-tools, bluetooth-sensor-state-data, buildPythonPackage, cryptography, fetchFromGitHub, poetry-core, pytestCheckHook, pythonOlder, pytz, sensor-state-data, }: buildPythonPackage rec { Loading @@ -30,9 +31,7 @@ buildPythonPackage rec { --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ bluetooth-data-tools Loading @@ -42,13 +41,9 @@ buildPythonPackage rec { pytz ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bthome_ble" ]; pythonImportsCheck = [ "bthome_ble" ]; meta = with lib; { description = "Library for BThome BLE devices"; Loading Loading
pkgs/development/python-modules/bthome-ble/default.nix +15 −20 Original line number Diff line number Diff line { lib , bluetooth-data-tools , bluetooth-sensor-state-data , buildPythonPackage , cryptography , fetchFromGitHub , poetry-core , pytestCheckHook , pythonOlder , pytz , sensor-state-data { lib, bluetooth-data-tools, bluetooth-sensor-state-data, buildPythonPackage, cryptography, fetchFromGitHub, poetry-core, pytestCheckHook, pythonOlder, pytz, sensor-state-data, }: buildPythonPackage rec { Loading @@ -30,9 +31,7 @@ buildPythonPackage rec { --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ bluetooth-data-tools Loading @@ -42,13 +41,9 @@ buildPythonPackage rec { pytz ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bthome_ble" ]; pythonImportsCheck = [ "bthome_ble" ]; meta = with lib; { description = "Library for BThome BLE devices"; Loading