Unverified Commit 24c6ca86 authored by Alexander Sieg's avatar Alexander Sieg
Browse files

odoo18: switch to pypdf

parent 466ceb6b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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