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:
Malo Bourgon
2026-06-21 15:56:11 +02:00
committed by Sandro Jäckel
parent f7e5fa7c81
commit 2498d84c02
-1
View File
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
python3Packages,
openai,
pdfminer,
withOpenai ? false,