[FIX] P3: replace PyPDF by PyPDF2
PyPDF is unmaintained and abandoned (as noted on its home page http://pybrary.net/pyPdf/) and was never updated to Python 3. PyPDF2 is a fork which provides a mostly compatible API and is P3-compatible. Replace PyPDF by PyPDF2.
Showing
- addons/document/models/ir_attachment.py 2 additions, 2 deletionsaddons/document/models/ir_attachment.py
- odoo/addons/base/ir/ir_actions_report.py 2 additions, 2 deletionsodoo/addons/base/ir/ir_actions_report.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
- setup.py 2 additions, 2 deletionssetup.py
Loading
Please register or sign in to comment