lol

python312Packages.bthome-ble: refactor

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