From a8d15378731a9ea54797cb755709135e12eeca39 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Jul 2026 15:34:52 +0200 Subject: [PATCH] python-matter-server: disable python metadata check --- .../python-modules/python-matter-server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index b28b9ee66901..9c7dbb880a18 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -3,10 +3,8 @@ buildPythonPackage, fetchFromGitHub, pythonOlder, - stdenvNoCC, buildNpmPackage, python, - home-assistant-chip-wheels, # build setuptools, @@ -154,6 +152,8 @@ buildPythonPackage rec { "tests/server/ota/test_dcl.py" ]; + env.dontCheckPythonMetadata = true; + meta = { changelog = "https://github.com/home-assistant-libs/python-matter-server/releases/tag/${src.tag}"; description = "Python server to interact with Matter";