mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
Merge pull request #299710 from fabaff/aioambient-fix
python312Packages.aioambient: add certifi
This commit is contained in:
commit
222ad9c669
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user