mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.alibabacloud-credentials: relax aiofiles
This commit is contained in:
parent
db952ffcd6
commit
831e44d28a
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ buildPythonPackage (finalAttrs: {
|
|||
hash = "sha256-gEKCgLS8+VRh1B0UkKIjYLi2fRgpvx6zj3T6vMaT8bM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "aiofiles" ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue