lol

python312Packages.bthome-ble: refactor

+7 -7
+7 -7
pkgs/development/python-modules/bthome-ble/default.nix
··· 25 hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI="; 26 }; 27 28 - nativeBuildInputs = [ 29 poetry-core 30 ]; 31 32 - propagatedBuildInputs = [ 33 bluetooth-data-tools 34 bluetooth-sensor-state-data 35 cryptography ··· 40 nativeCheckInputs = [ 41 pytestCheckHook 42 ]; 43 - 44 - postPatch = '' 45 - substituteInPlace pyproject.toml \ 46 - --replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" 47 - ''; 48 49 pythonImportsCheck = [ 50 "bthome_ble"
··· 25 hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI="; 26 }; 27 28 + postPatch = '' 29 + substituteInPlace pyproject.toml \ 30 + --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" 31 + ''; 32 + 33 + build-system = [ 34 poetry-core 35 ]; 36 37 + dependencies = [ 38 bluetooth-data-tools 39 bluetooth-sensor-state-data 40 cryptography ··· 45 nativeCheckInputs = [ 46 pytestCheckHook 47 ]; 48 49 pythonImportsCheck = [ 50 "bthome_ble"