Merge pull request #299710 from fabaff/aioambient-fix

python312Packages.aioambient: add certifi
This commit is contained in:
Fabian Affolter 2024-03-28 12:13:56 +01:00 committed by GitHub
commit 222ad9c669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
, aiohttp
, aresponses
, buildPythonPackage
, certifi
, fetchFromGitHub
, poetry-core
, pytest-aiohttp
@ -27,12 +28,13 @@ buildPythonPackage rec {
hash = "sha256-eqZVY0L+2BWF7cCXW/VLQYYXNPtUF6tJHQmeZNW1W5o=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiohttp
certifi
python-engineio
python-socketio
websockets