Unverified Commit e2db3df3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.ray: re-add empty set fallback (#367782)

parents 0a4b89ad 2663f02a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ buildPythonPackage rec {
      python = pyShortVersion;
      abi = pyShortVersion;
      platform = "manylinux2014_x86_64";
      hash = binary-hashes.${pyShortVersion};
      hash = binary-hashes.${pyShortVersion} or { };
    };

  nativeBuildInputs = [