pdftitle: use python3Packages.openai
The openai function argument shadowed the `with python3Packages` scope, so withOpenai injected the top-level CLI application into the Python dependencies instead of the library. Also unblocks dropping the top-level openai attribute, whose CLI was removed upstream in v2.35.0.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
openai,
|
||||
pdfminer,
|
||||
|
||||
withOpenai ? false,
|
||||
|
||||
Reference in New Issue
Block a user