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
|
||||
, 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 = [
|
||||
|
|
Loading…
Reference in a new issue