Unverified Commit d0306536 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #326104 from wegank/opensearch-py-fix

python312Packages.opensearch-py: fix build
parents bf78abfd 2d68785b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  requests,
  six,
  urllib3,
  events,

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

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