From df6ca9ca4b2d18c458407c95e338ef573d60f641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 31 May 2020 20:41:32 +0200 Subject: [PATCH] misc: remove josefinsans xstatic dependency (#43498) --- combo/settings.py | 1 - debian/control | 1 - debian/py3dist-overrides | 1 - requirements.txt | 1 - setup.py | 1 - 5 files changed, 5 deletions(-) diff --git a/combo/settings.py b/combo/settings.py index c888e082..99e40c4c 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -77,7 +77,6 @@ INSTALLED_APPS = ( 'combo.apps.pwa', 'combo.apps.gallery', 'combo.apps.kb', - 'xstatic.pkg.josefinsans', 'xstatic.pkg.leaflet', 'xstatic.pkg.opensans', 'xstatic.pkg.roboto_fontface', diff --git a/debian/control b/debian/control index 240e56fc..382f0ce9 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-pyproj, python3-requests, python3-feedparser, - python3-xstatic-josefinsans, python3-xstatic-leaflet, python3-xstatic-leaflet-gesturehandling, python3-xstatic-leaflet-markercluster, diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides index dd691814..d4b2908a 100644 --- a/debian/py3dist-overrides +++ b/debian/py3dist-overrides @@ -1,7 +1,6 @@ django_ckeditor python3-django-ckeditor xstatic_leaflet python3-xstatic-leaflet, xstatic_leaflet_markercluster python3-xstatic-leaflet-markercluster -xstatic_josefinsans python3-xstatic-josefinsans xstatic_opensans python3-xstatic-opensans eopayment python3-eopayment gadjo python3-gadjo diff --git a/requirements.txt b/requirements.txt index fa266a1e..fa37a9eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ feedparser django-jsonfield requests XStatic-Leaflet -XStatic_JosefinSans XStatic_OpenSans XStatic_roboto-fontface eopayment>=1.13 diff --git a/setup.py b/setup.py index d97c7271..b868970b 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,6 @@ setup( 'XStatic-Leaflet', 'XStatic-Leaflet-GestureHandling', 'XStatic-Leaflet-MarkerCluster', - 'XStatic_JosefinSans', 'XStatic_OpenSans', 'XStatic_roboto-fontface>=0.5.0.0', 'eopayment>=1.43',