Commit Graph

3 Commits

Author SHA1 Message Date
Isaac Gallart
f0bb2c96b7 [11.0][FIX] requirements.txt: Updated (#188)
* [FIX] requirements.txt: Using pypdf2 used from odoo original requirements
  - Fix https://github.com/OCA/report-print-send/issues/186

* [REF] .travis.yml: Install libcups2-dev package

In order to fix runbot error installing pycups:

```bash
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DVERSION="1.9.73" -I/usr/include/python3.5m -I/.repo_requirements/virtualenv/python3.5/include/python3.5m -c cupsmodule.c -o build/temp.linux-x86_64-3.5/cupsmodule.o
  cupsmodule.c:23:23: fatal error: cups/cups.h: No such file or directory
   #include <cups/cups.h>
                         ^
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed wit
```
2019-10-17 05:12:33 -05:00
Pedro M. Baeza
6280913bd2 [FIX] requirements.txt: Updated 2019-10-01 15:25:42 +02:00
Jos De Graeve
4f14a6ed6b Added graphic image support 2018-02-13 16:54:01 +01:00