mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 14:39:23 +03:00
python312Packages.msgraph-core: refactor
This commit is contained in:
parent
8438ebc4ed
commit
2cbd830c43
1 changed files with 3 additions and 2 deletions
|
@ -29,11 +29,11 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-bQW1piSypfj3YAfzuEk/AkrB1x0lrHoIDyZv+KeCYgE=";
|
hash = "sha256-bQW1piSypfj3YAfzuEk/AkrB1x0lrHoIDyZv+KeCYgE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
httpx
|
httpx
|
||||||
microsoft-kiota-abstractions
|
microsoft-kiota-abstractions
|
||||||
microsoft-kiota-authentication-azure
|
microsoft-kiota-authentication-azure
|
||||||
|
@ -61,6 +61,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Core component of the Microsoft Graph Python SDK";
|
description = "Core component of the Microsoft Graph Python SDK";
|
||||||
homepage = "https://github.com/microsoftgraph/msgraph-sdk-python-core";
|
homepage = "https://github.com/microsoftgraph/msgraph-sdk-python-core";
|
||||||
|
changelog = "https://github.com/microsoftgraph/msgraph-sdk-python-core/releases/tag/v${version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ dotlambda ];
|
maintainers = with lib.maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue