Merge pull request #295431 from trofi/pypy27Packages.pulsar-client-fix-eval

pypy27Packages.pulsar-client: use `throw` to report unsupported confi…
This commit is contained in:
Mario Rodas
2024-03-13 19:45:13 -05:00
committed by GitHub
@@ -108,7 +108,8 @@ in buildPythonPackage {
format = "wheel";
src = Srcs."${pythonVersion}-${stdenv.hostPlatform.system}";
src = Srcs."${pythonVersion}-${stdenv.hostPlatform.system}"
or (throw "Unsupported '${pythonVersion}-${stdenv.hostPlatform.system}' target");
meta = with lib; {
description = "Client for pulsar";