1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

use pdfminer.six to prevent python versions issues

Fix #49
This commit is contained in:
Jean-Baptiste Holcroft 2020-02-20 19:08:59 +01:00
parent a24b8978db
commit 7b1a08a3e9
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv"
set -o nounset
pip install --upgrade pip
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six
)
#=================================================

View file

@ -122,7 +122,7 @@ virtualenv --python=python3 --system-site-packages "${final_path}/venv"
set -o nounset
pip install --upgrade pip
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer
pip install weboob html2text simplejson BeautifulSoup4 PyExecJS pdfminer.six
)
#=================================================