python313Packages.pyezviz: skip bulk update

This commit is contained in:
Robert Schütz
2025-02-06 18:55:54 +01:00
committed by Martin Weinelt
parent 3f89ceae8e
commit 24984a2d5b
@@ -40,6 +40,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyezviz" ];
# renamed to pyezvizapi
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "Python interface for for Ezviz cameras";
homepage = "https://github.com/baqs/pyEzviz/";