python311Packages.aioboto3: relax aiobotocore constraint
This commit is contained in:
parent
645a237348
commit
bbf2769951
1 changed files with 6 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue