here is the patch. I would really love to remove python-pypdf. Shall I NMU?
/l
diff -Naur kraft-0.59.orig/debian/control kraft-0.59/debian/control
--- kraft-0.59.orig/debian/control 2016-06-09 13:52:42.929484554 +0200
+++ kraft-0.59/debian/control 2016-06-09 13:58:20.962913229 +0200
@@ -21,7 +21,7 @@
${misc:Depends},
libqt4-sql-sqlite,
python-trml2pdf,
- pdftk, python-pypdf
+ pdftk, python-pypdf2
Recommends: libqt4-sql-mysql
Description: small business-management application
Kraft creates and handles office documents in small enterprises. In a workshop
diff -Naur kraft-0.59.orig/tools/erml2pdf.py kraft-0.59/tools/erml2pdf.py
--- kraft-0.59.orig/tools/erml2pdf.py 2016-06-09 13:52:42.957484693 +0200
+++ kraft-0.59/tools/erml2pdf.py 2016-06-09 13:58:51.319021766 +0200
@@ -36,7 +36,7 @@
from reportlab import platypus
from reportlab.lib import colors
-from pyPdf import PdfFileWriter, PdfFileReader
+from PyPDF2 import PdfFileWriter, PdfFileReader
#