mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:24:06 +01:00
python3Packages.alibabacloud-credentials: relax aiofiles (#497512)
This commit is contained in:
commit
edfa4637dd
1 changed files with 4 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ buildPythonPackage (finalAttrs: {
|
|||
hash = "sha256-gEKCgLS8+VRh1B0UkKIjYLi2fRgpvx6zj3T6vMaT8bM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "aiofiles" ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
|
@ -36,7 +38,8 @@ buildPythonPackage (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
description = "Aliyun Credentials Library for Python";
|
||||
homepage = "https://pypi.org/project/alibabacloud-credentials/";
|
||||
homepage = "https://github.com/aliyun/credentials-python";
|
||||
changelog = "https://github.com/aliyun/credentials-python/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue