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.super }}
{% if missing_phpserialize or missing_soappy %}
{% if missing_phpserialize %}
<div class="errors">
<p>{% trans 'Missing runtime dependencies:' %}
{% if missing_phpserialize %}phpserialize{% endif %}
{% if missing_soappy %}SOAPpy{% endif %}
</p>
</div>
{% endif %}

View File

@ -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

View File

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