python3Packages.msgraph-core: Fix missing dependency (#436822)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
microsoft-kiota-abstractions,
|
||||
microsoft-kiota-authentication-azure,
|
||||
microsoft-kiota-http,
|
||||
requests,
|
||||
microsoft-kiota-serialization-json,
|
||||
azure-identity,
|
||||
pytestCheckHook,
|
||||
responses,
|
||||
@@ -36,11 +36,12 @@ buildPythonPackage rec {
|
||||
microsoft-kiota-abstractions
|
||||
microsoft-kiota-authentication-azure
|
||||
microsoft-kiota-http
|
||||
requests
|
||||
];
|
||||
]
|
||||
++ httpx.optional-dependencies.http2;
|
||||
|
||||
nativeCheckInputs = [
|
||||
azure-identity
|
||||
microsoft-kiota-serialization-json
|
||||
pytestCheckHook
|
||||
python-dotenv
|
||||
responses
|
||||
|
||||
Reference in New Issue
Block a user