trivial: remove leftover SOAPpy references (#43756)

This commit is contained in:
Frédéric Péters 2020-06-09 08:44:54 +02:00
parent 07b56cdddb
commit 3554604ebd
3 changed files with 1 additions and 4 deletions

View File

@ -4,11 +4,10 @@
{% block description %} {% block description %}
{{ block.super }} {{ block.super }}
{% if missing_phpserialize or missing_soappy %} {% if missing_phpserialize %}
<div class="errors"> <div class="errors">
<p>{% trans 'Missing runtime dependencies:' %} <p>{% trans 'Missing runtime dependencies:' %}
{% if missing_phpserialize %}phpserialize{% endif %} {% if missing_phpserialize %}phpserialize{% endif %}
{% if missing_soappy %}SOAPpy{% endif %}
</p> </p>
</div> </div>
{% endif %} {% endif %}

View File

@ -3,7 +3,6 @@ django-jsonresponse >= 0.10, < 0.11
django-model-utils django-model-utils
requests requests
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo -e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo
SOAPpy
phpserialize phpserialize
pyproj pyproj
suds suds

View File

@ -90,7 +90,6 @@ setup(name='passerelle',
'gadjo', 'gadjo',
'phpserialize', 'phpserialize',
'suds-jurko', 'suds-jurko',
'SOAPpy',
'pyexcel-io', 'pyexcel-io',
'pyexcel-ods', 'pyexcel-ods',
'pyexcel-xls', 'pyexcel-xls',