forked from archive/andrewferrier_email2pdf
Add missing dependency.
This commit is contained in:
parent
ecba7e82a4
commit
39cac2bd8d
1 changed files with 2 additions and 2 deletions
4
debian/DEBIAN/control
vendored
4
debian/DEBIAN/control
vendored
|
@ -1,9 +1,9 @@
|
|||
Package: email2pdf
|
||||
Version: 0.6.1
|
||||
Version: 0.6.2
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: python3, python3-bs4, python3-pypdf2, python3-magic, python3-reportlab, wkhtmltox
|
||||
Depends: python3, python3-bs4, python3-pypdf2, python3-magic, python3-reportlab, python3-requests, wkhtmltox
|
||||
Recommends: getmail
|
||||
Maintainer: Andrew Ferrier <andrew.ferrier@example.com>
|
||||
Description: MDA which converts email to PDF
|
||||
|
|
Loading…
Add table
Reference in a new issue