python312Packages.microsoft-kiota-abstractions: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-03 22:56:00 +02:00
parent 7db2c77dbf
commit b77f47acc2

View file

@ -1,14 +1,15 @@
{ lib {
, buildPythonPackage lib,
, fetchFromGitHub buildPythonPackage,
, flit-core fetchFromGitHub,
, opentelemetry-api flit-core,
, opentelemetry-sdk opentelemetry-api,
, pytest-asyncio opentelemetry-sdk,
, pytest-mock pytest-asyncio,
, pytestCheckHook pytest-mock,
, pythonOlder pytestCheckHook,
, std-uritemplate pythonOlder,
std-uritemplate,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -25,9 +26,7 @@ buildPythonPackage rec {
hash = "sha256-n9Erm21slKm+zDblhSHA5Cwxkyrcyx0w09ua3bUc5XI="; hash = "sha256-n9Erm21slKm+zDblhSHA5Cwxkyrcyx0w09ua3bUc5XI=";
}; };
build-system = [ build-system = [ flit-core ];
flit-core
];
dependencies = [ dependencies = [
opentelemetry-api opentelemetry-api
@ -41,9 +40,7 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
pythonImportsCheck = [ pythonImportsCheck = [ "kiota_abstractions" ];
"kiota_abstractions"
];
meta = with lib; { meta = with lib; {
description = "Abstractions library for Kiota generated Python clients"; description = "Abstractions library for Kiota generated Python clients";