python3Packages.gpiod: don't check metadata

This commit is contained in:
Robert Schütz
2026-07-08 19:21:39 -07:00
parent 8121751fd4
commit 9f1baceb91
@@ -21,6 +21,9 @@ buildPythonPackage {
doCheck = false;
pythonImportsCheck = [ "gpiod" ];
# the tag component of the version doesn't align
dontCheckPythonMetadata = true;
meta = {
description = "Python bindings for libgpiod";
homepage = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/";