[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
```
This commit is contained in:
Isaac Gallart
2019-10-17 12:12:33 +02:00
committed by Moises Lopez - https://www.vauxoo.com/
parent 6280913bd2
commit f0bb2c96b7
2 changed files with 1 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ addons:
apt: apt:
packages: packages:
- expect-dev # provides unbuffer utility - expect-dev # provides unbuffer utility
- libcups2-dev # Required to install pycups
env: env:
global: global:

View File

@@ -1,3 +1,2 @@
zpl2>=1.1 zpl2>=1.1
pycups==1.9.73 pycups==1.9.73
PyPDF2==1.18