mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Merge pull request #37 from YunoHost-Apps/Testing
Use python3-lxml instead of lxml build - #36
This commit is contained in:
commit
69b1688e4d
2 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PKG_DEPENDENCIES="sqlite3 libldap2-dev libsasl2-dev python3-dev imagemagick"
|
PKG_DEPENDENCIES="sqlite3 libldap2-dev libsasl2-dev python3-dev imagemagick python3-lxml"
|
||||||
#PKG_DEPENDENCIES="sqlite3 python3-pip imagemagick"
|
#PKG_DEPENDENCIES="sqlite3 python3-pip imagemagick"
|
||||||
DOSSIER_MEDIA=/home/yunohost.multimedia
|
DOSSIER_MEDIA=/home/yunohost.multimedia
|
||||||
LOG_FILE=/var/log/$app/$app.log
|
LOG_FILE=/var/log/$app/$app.log
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- a/optional-requirements.txt 2020-05-05 20:28:10.000000000 +0200
|
--- a/optional-requirements.txt 2020-05-05 20:28:10.000000000 +0200
|
||||||
+++ b/optional-requirements.txt 2020-05-07 08:46:24.333467411 +0200
|
+++ b/optional-requirements.txt 2020-05-10 21:21:53.032894653 +0200
|
||||||
@@ -1,17 +1,3 @@
|
@@ -1,17 +1,3 @@
|
||||||
-# GDrive Integration
|
-# GDrive Integration
|
||||||
-google-api-python-client==1.7.11,<1.8.0
|
-google-api-python-client==1.7.11,<1.8.0
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
# goodreads
|
# goodreads
|
||||||
goodreads>=0.3.2,<0.4.0
|
goodreads>=0.3.2,<0.4.0
|
||||||
python-Levenshtein>=0.12.0,<0.13.0
|
python-Levenshtein>=0.12.0,<0.13.0
|
||||||
@@ -20,10 +6,6 @@
|
@@ -20,12 +6,8 @@
|
||||||
python-ldap>=3.0.0,<3.3.0
|
python-ldap>=3.0.0,<3.3.0
|
||||||
Flask-SimpleLDAP>=1.4.0,<1.5.0
|
Flask-SimpleLDAP>=1.4.0,<1.5.0
|
||||||
|
|
||||||
|
@ -27,5 +27,8 @@
|
||||||
-SQLAlchemy-Utils>=0.33.5,<0.37.0
|
-SQLAlchemy-Utils>=0.33.5,<0.37.0
|
||||||
-
|
-
|
||||||
# extracting metadata
|
# extracting metadata
|
||||||
lxml>=3.8.0,<4.6.0
|
-lxml>=3.8.0,<4.6.0
|
||||||
|
+#lxml>=3.8.0,<4.6.0
|
||||||
Pillow>=4.0.0,<7.2.0
|
Pillow>=4.0.0,<7.2.0
|
||||||
|
rarfile>=2.7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue