Commit 11f8a825 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.firebsse-admin: fix broken asyncio setting

asyncio_default_fixture_loop_scope was set to Null which is invalid. Applied upstream patch.
parent 439e7dfc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  setuptools,
  cachecontrol,
  cryptography,
@@ -33,6 +34,14 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  patches = [
    (fetchpatch {
      name = "remove-asyncio-default-fixture-loop-scope.patch";
      url = "https://github.com/firebase/firebase-admin-python/commit/de713d21da83b1f50c24c5a23132ffc442700448.patch";
      hash = "sha256-D4edbVHMejpnSmIYblrq9E5+YdbBzLe/VWbObvMNGdk=";
    })
  ];

  dependencies = [
    cachecontrol
    cryptography