python3Packages.openai: don't propagate optional dependencies

This commit is contained in:
Robert Schütz
2026-08-09 09:20:36 -07:00
parent 5a2bdee423
commit cd5bb46c12

View File

@@ -49,10 +49,10 @@
respx,
# optional-dependencies toggle
withAiohttp ? true,
withAiohttp ? false,
withDatalib ? false,
withRealtime ? true,
withVoiceHelpers ? true,
withRealtime ? false,
withVoiceHelpers ? false,
}:
buildPythonPackage (finalAttrs: {