Commit d210d833 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.starlette-compress: only use brotlicffi with PyPy

parent de8538c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildPythonPackage,
  fetchFromGitHub,
  hatchling,
  isPyPy,
  brotli,
  brotlicffi,
  starlette,
@@ -27,8 +28,7 @@ buildPythonPackage rec {
  build-system = [ hatchling ];

  dependencies = [
    brotli
    brotlicffi
    (if isPyPy then brotlicffi else brotli)
    starlette
    zstandard
  ];