python312Packages.aliyun-python-sdk-core: format with nxfmt
This commit is contained in:
parent
bb69c640bc
commit
051a88a36a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user