mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.openai: don't propagate optional dependencies
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
respx,
|
||||
|
||||
# optional-dependencies toggle
|
||||
withAiohttp ? true,
|
||||
withAiohttp ? false,
|
||||
withDatalib ? false,
|
||||
withRealtime ? true,
|
||||
withVoiceHelpers ? true,
|
||||
withRealtime ? false,
|
||||
withVoiceHelpers ? false,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user