Skip to content

Commit ae87467

Browse files
committed
[FIX] packaging: make debian package depends on python3-chardet
Since b60de0d Odoo requires chardet to be installed. With this commit, the Debian package will depends on python3-chardet.
1 parent 3031ab8 commit ae87467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Depends:
1717
lsb-base,
1818
postgresql-client,
1919
python3-babel,
20+
python3-chardet,
2021
python3-dateutil,
2122
python3-decorator,
2223
python3-docutils,

0 commit comments

Comments
 (0)