mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
python312Packages.azure-cosmos: format with nixfmt
This commit is contained in:
parent
3d27edc7ae
commit
5639d22cf7
@ -1,10 +1,11 @@
|
||||
{ lib
|
||||
, azure-core
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, typing-extensions
|
||||
{
|
||||
lib,
|
||||
azure-core,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -19,9 +20,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-2uxqwgHGRzsJK2Ku5x44G+62w6jcNhJJgytwSMTwYeI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
azure-core
|
||||
@ -33,9 +32,7 @@ buildPythonPackage rec {
|
||||
# Requires an active Azure Cosmos service
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"azure.cosmos"
|
||||
];
|
||||
pythonImportsCheck = [ "azure.cosmos" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Azure Cosmos DB API";
|
||||
|
Loading…
Reference in New Issue
Block a user