misc: remove josefinsans xstatic dependency (#43498)

This commit is contained in:
Frédéric Péters 2020-05-31 20:41:32 +02:00
parent 518825f9a4
commit df6ca9ca4b
5 changed files with 0 additions and 5 deletions

View File

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

1
debian/control vendored
View File

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

View File

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

View File

@ -5,7 +5,6 @@ feedparser
django-jsonfield
requests
XStatic-Leaflet
XStatic_JosefinSans
XStatic_OpenSans
XStatic_roboto-fontface
eopayment>=1.13

View File

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