Skip to content

Commit

Permalink
python312Packages.opensearch-py: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and mindstorms6 committed Aug 15, 2024
1 parent 8deeff1 commit 23492fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/opensearch-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
requests,
six,
urllib3,
events,

# optional-dependencies
aiohttp,
Expand Down Expand Up @@ -46,6 +47,7 @@ buildPythonPackage rec {
requests
six
urllib3
events
];

passthru.optional-dependencies.async = [ aiohttp ];
Expand Down

0 comments on commit 23492fd

Please sign in to comment.