python3Packages.firebase-admin: fix broken asyncio setting (#462667)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user