Commit 2d61a6f2 authored by Martin Schwaighofer's avatar Martin Schwaighofer
Browse files

pythonPackages.sigstore-protobuf-specs: do not auto-update this

Since only sigstore depends on it, and it usually does not depend on the latest version,
the bulk update just ends up breaking sigstore.
parent a71bffa6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "sigstore_protobuf_specs" ];

  passthru.skipBulkUpdate = true;

  meta = with lib; {
    description = "Library for serializing and deserializing Sigstore messages";
    homepage = "https://pypi.org/project/sigstore-protobuf-specs/";