Unverified Commit f9f18f5f authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python3Packages.msgspec.optional-dependencies: fix the eval (#463387)

parents 22c2aa55 22a7bb86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ buildPythonPackage rec {
    toml = [
      tomli-w
    ]
    ++ lib.optional (pythonOlder 3.11) tomli;
    ++ lib.optional (pythonOlder "3.11") tomli;
    yaml = [ pyyaml ];
  };