9 buildPythonPackage rec {
11 version = "unstable-2022-01-28";
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "5096047f90a1f6a74ceb250aef6243e144170f92";
18 hash = "sha256-GA58DfCFaVzZQA1HYpGQ68bznrt4SX1ojyOVn8hyCGo=";
25 propagatedBuildInputs = [
32 pythonImportsCheck = [
38 description = "Bluetooth Python extension module";
39 homepage = "https://github.com/pybluez/pybluez";
40 license = licenses.gpl2;
41 maintainers = with maintainers; [ leenaars ];
42 broken = stdenv.isDarwin; # requires pyobjc-core, pyobjc-framework-Cocoa