12 buildPythonPackage rec {
13 pname = "bluetooth-auto-recovery";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "Bluetooth-Devices";
23 hash = "sha256-2GmBO67sUIjasF5MHrDkZ4D+dk3xN+HNpc7nSN+qTaQ=";
30 propagatedBuildInputs = [
41 substituteInPlace pyproject.toml \
42 --replace " --cov=bluetooth_auto_recovery --cov-report=term-missing:skip-covered" ""
45 pythonImportsCheck = [
46 "bluetooth_auto_recovery"
50 description = "Library for recovering Bluetooth adapters";
51 homepage = "https://github.com/Bluetooth-Devices/bluetooth-auto-recovery";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];