odoo18: switch to pypdf

This commit is contained in:
Alexander Sieg
2026-04-08 11:19:15 +02:00
parent 466ceb6b8a
commit 24c6ca8618
+4 -1
View File
@@ -35,6 +35,8 @@ python.pkgs.buildPythonApplication rec {
}"
];
pythonRemoveDeps = [ "PyPDF2" ];
build-system = with python.pkgs; [
setuptools
distutils
@@ -57,6 +59,7 @@ python.pkgs.buildPythonApplication rec {
jinja2
libsass
lxml
lxml-html-clean
markupsafe
num2words
ofxparse
@@ -68,7 +71,7 @@ python.pkgs.buildPythonApplication rec {
psycopg2
pydot
pyopenssl
pypdf2
pypdf
pyserial
python-dateutil
python-ldap