python3Packages.bless: mark broken

This commit is contained in:
Martin Weinelt
2025-08-08 04:26:54 +02:00
parent eff63c140c
commit 66a0f4453a
@@ -47,6 +47,7 @@ buildPythonPackage rec {
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}";