Projet

Général

Profil

0002-remove-python-magic-dependency-33869.patch

Emmanuel Cazenave, 19 juin 2019 12:54

Télécharger (990 octets)

Voir les différences:

Subject: [PATCH 2/3] remove python-magic dependency (#33869)

 debian/control | 1 -
 setup.py       | 1 -
 2 files changed, 2 deletions(-)
debian/control
22 22
    python-requests,
23 23
    python-setuptools,
24 24
    python-django-jsonfield,
25
    python-magic,
26 25
    python-suds,
27 26
    python-cmislib (>= 0.5), python-cmislib (< 0.6),
28 27
    python-lxml,
setup.py
103 103
            'lxml',
104 104
            'python-dateutil',
105 105
            'Pillow',
106
            'python-magic',
107 106
            'jsonschema',
108 107
            'zeep < 3.0',
109 108
            'pycrypto',
110
-