python3Packages.bless: mark broken

Changed files
+1
pkgs
development
python-modules
bless
+1
pkgs/development/python-modules/bless/default.nix
···
pythonImportsCheck = [ "bless" ];
meta = with lib; {
+
broken = true; # not compatible with bleak>=1.0 and no maintenance since 2024-03
description = "Library for creating a BLE Generic Attribute Profile (GATT) server";
homepage = "https://github.com/kevincar/bless";
changelog = "https://github.com/kevincar/bless/releases/tag/v${version}";