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