4 , bleak-retry-connector
14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
25 hash = "sha256-cU4aeJlRBwxQm6a/rqpO2HVZfz/vfEo4P5x+BjKqqeo=";
32 propagatedBuildInputs = [
45 substituteInPlace pyproject.toml \
46 --replace " --cov=yalexs_ble --cov-report=term-missing:skip-covered" ""
49 pythonImportsCheck = [
54 description = "Library for Yale BLE devices";
55 homepage = "https://github.com/bdraco/yalexs-ble";
56 license = with licenses; [ gpl3Only ];
57 maintainers = with maintainers; [ fab ];