python312Packages.aliyun-python-sdk-core: format with nxfmt

This commit is contained in:
Fabian Affolter 2024-04-16 11:08:59 +02:00
parent bb69c640bc
commit 051a88a36a
1 changed files with 12 additions and 17 deletions

View File

@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, cryptography
, fetchPypi
, jmespath
, pythonOlder
, pythonRelaxDepsHook
, setuptools
{
lib,
buildPythonPackage,
cryptography,
fetchPypi,
jmespath,
pythonOlder,
pythonRelaxDepsHook,
setuptools,
}:
buildPythonPackage rec {
@ -22,13 +23,9 @@ buildPythonPackage rec {
pythonRelaxDeps = true;
build-system = [
setuptools
];
build-system = [ setuptools ];
nativeBuildInputs = [
pythonRelaxDepsHook
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
cryptography
@ -38,9 +35,7 @@ buildPythonPackage rec {
# All components are stored in a mono repo
doCheck = false;
pythonImportsCheck = [
"aliyunsdkcore"
];
pythonImportsCheck = [ "aliyunsdkcore" ];
meta = with lib; {
description = "Core module of Aliyun Python SDK";