10 buildPythonPackage rec {
12 version = "unstable-2022-01-28";
13 format = "setuptools";
15 src = fetchFromGitHub {
18 rev = "5096047f90a1f6a74ceb250aef6243e144170f92";
19 hash = "sha256-GA58DfCFaVzZQA1HYpGQ68bznrt4SX1ojyOVn8hyCGo=";
22 buildInputs = [ bluez ];
24 propagatedBuildInputs = [ gattlib ];
29 pythonImportsCheck = [
35 description = "Bluetooth Python extension module";
36 homepage = "https://github.com/pybluez/pybluez";
37 license = licenses.gpl2;
38 maintainers = with maintainers; [ leenaars ];
39 broken = stdenv.hostPlatform.isDarwin; # requires pyobjc-core, pyobjc-framework-Cocoa