Unverified Commit edfa4637 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 7dd6350b 3ea81647
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 ];
  };