python3Packages.karton-core: relax aioboto3 constraint
Martin Weinelt 4 months ago 40df1223 bc59344b
··· 26 26 27 27 build-system = [ setuptools ]; 28 28 29 29 - pythonRelaxDeps = [ "boto3" ]; 29 29 + pythonRelaxDeps = [ 30 30 + "aioboto3" 31 31 + "boto3" 32 32 + ]; 30 33 31 34 dependencies = [ 32 35 aioboto3