Skip to content

Commit

Permalink
Merge pull request #326104 from wegank/opensearch-py-fix
Browse files Browse the repository at this point in the history
python312Packages.opensearch-py: fix build
  • Loading branch information
wegank committed Jul 15, 2024
2 parents bf78abf + 2d68785 commit d030653
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 d030653

Please sign in to comment.