Projet

Général

Profil

0001-debian-add-pyexcel-dependency-32507.patch

Christophe Siraut, 23 avril 2019 09:19

Télécharger (783 octets)

Voir les différences:

Subject: [PATCH] debian: add pyexcel dependency (#32507)

 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
debian/control
31 31
    python-pil,
32 32
    python-zeep,
33 33
    python-jsonschema,
34
    python-unidecode
34
    python-unidecode,
35
    python-pyexcel-io,
36
    python-pyexcel-ods,
37
    python-pyexcel-xls
35 38
Recommends: python-soappy, python-phpserialize
36 39
Description: Uniform access to multiple data sources and services (Python module)
37 40

  
38
-