Unverified Commit 9b93297c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pypy3Packages.zarr.optional-dependencies: fix the eval (#496827)

parents c1fc9f6b 7ae106ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ buildPythonPackage (finalAttrs: {
        #pytest
      ]
      ++ mkdocs-material.optional-dependencies.imaging
      ++ markdown-exec.optional-dependencies.ansi
      ++ lib.optionals (markdown-exec != null) markdown-exec.optional-dependencies.ansi
      ++ numcodecs.optional-dependencies.msgpack;
    };
  };