python311Packages.aioboto3: relax aiobotocore constraint

This commit is contained in:
Martin Weinelt 2024-03-12 15:39:26 +01:00
parent 645a237348
commit bbf2769951

View file

@ -1,7 +1,6 @@
{ lib { lib
, aiobotocore , aiobotocore
, aiofiles , aiofiles
, boto3
, buildPythonPackage , buildPythonPackage
, chalice , chalice
, cryptography , cryptography
@ -13,6 +12,7 @@
, pytest-asyncio , pytest-asyncio
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, pythonRelaxDepsHook
, requests , requests
}: }:
@ -33,6 +33,11 @@ buildPythonPackage rec {
nativeBuildInputs = [ nativeBuildInputs = [
poetry-core poetry-core
poetry-dynamic-versioning poetry-dynamic-versioning
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"aiobotocore"
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [