diff --git a/passerelle/apps/gdc/templates/gdc/gdc_detail.html b/passerelle/apps/gdc/templates/gdc/gdc_detail.html index 69cff054..841940a5 100644 --- a/passerelle/apps/gdc/templates/gdc/gdc_detail.html +++ b/passerelle/apps/gdc/templates/gdc/gdc_detail.html @@ -4,11 +4,10 @@ {% block description %} {{ block.super }} -{% if missing_phpserialize or missing_soappy %} +{% if missing_phpserialize %}

{% trans 'Missing runtime dependencies:' %} {% if missing_phpserialize %}phpserialize{% endif %} -{% if missing_soappy %}SOAPpy{% endif %}

{% endif %} diff --git a/requirements.txt b/requirements.txt index c77b53f1..185e56c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ django-jsonresponse >= 0.10, < 0.11 django-model-utils requests -e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo -SOAPpy phpserialize pyproj suds diff --git a/setup.py b/setup.py index 3d7390a4..6da96a18 100755 --- a/setup.py +++ b/setup.py @@ -90,7 +90,6 @@ setup(name='passerelle', 'gadjo', 'phpserialize', 'suds-jurko', - 'SOAPpy', 'pyexcel-io', 'pyexcel-ods', 'pyexcel-xls',