mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[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:
committed by
Moises Lopez - https://www.vauxoo.com/
parent
6280913bd2
commit
f0bb2c96b7
@@ -10,6 +10,7 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- expect-dev # provides unbuffer utility
|
||||
- libcups2-dev # Required to install pycups
|
||||
|
||||
env:
|
||||
global:
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
zpl2>=1.1
|
||||
pycups==1.9.73
|
||||
PyPDF2==1.18
|
||||
|
||||
Reference in New Issue
Block a user