From e44604fb1de97bfea0f48769c847675b5d2f7066 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 19 Jun 2019 12:49:39 +0200 Subject: [PATCH] remove python-magic dependency (#33869) --- debian/control | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/control b/debian/control index f8982faa..896bdd48 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Depends: ${python:Depends}, python-requests, python-setuptools, python-django-jsonfield, - python-magic, python-suds, python-cmislib (>= 0.5), python-cmislib (< 0.6), python-lxml, diff --git a/setup.py b/setup.py index 749619f4..e3f3f4d1 100755 --- a/setup.py +++ b/setup.py @@ -103,7 +103,6 @@ setup(name='passerelle', 'lxml', 'python-dateutil', 'Pillow', - 'python-magic', 'jsonschema', 'zeep < 3.0', 'pycrypto',