From 3554604ebdc2586536930dbc36ca3933873cff72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 9 Jun 2020 08:44:54 +0200 Subject: [PATCH] trivial: remove leftover SOAPpy references (#43756) --- passerelle/apps/gdc/templates/gdc/gdc_detail.html | 3 +-- requirements.txt | 1 - setup.py | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) 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',