python3Packages.alibabacloud-credentials: relax aiofiles (#497512)

This commit is contained in:
Fabian Affolter 2026-03-07 10:38:50 +00:00 committed by GitHub
commit edfa4637dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];
};