python3Packages.ha-philipsjs: don't check metadata

This commit is contained in:
Robert Schütz
2026-07-01 17:47:35 -07:00
parent 5acdac6455
commit efa4c69a95
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ha-philipsjs";
version = "3.3.4";
version = "3.3.4"; # FIXME Can we check metadata again?
pyproject = true;
src = fetchFromGitHub {
@@ -39,6 +39,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "haphilipsjs" ];
# the tag 3.3.4 actually corresponds to version 3.2.4
dontCheckPythonMetadata = true;
meta = {
description = "Library to interact with Philips TVs with jointSPACE API";
homepage = "https://github.com/danielperna84/ha-philipsjs";