Projet

Général

Profil

0001-misc-remove-josefinsans-xstatic-dependency-43498.patch

Frédéric Péters, 31 mai 2020 20:42

Télécharger (2,3 ko)

Voir les différences:

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(-)
combo/settings.py
77 77
    'combo.apps.pwa',
78 78
    'combo.apps.gallery',
79 79
    'combo.apps.kb',
80
    'xstatic.pkg.josefinsans',
81 80
    'xstatic.pkg.leaflet',
82 81
    'xstatic.pkg.opensans',
83 82
    'xstatic.pkg.roboto_fontface',
debian/control
14 14
    python3-pyproj,
15 15
    python3-requests,
16 16
    python3-feedparser,
17
    python3-xstatic-josefinsans,
18 17
    python3-xstatic-leaflet,
19 18
    python3-xstatic-leaflet-gesturehandling,
20 19
    python3-xstatic-leaflet-markercluster,
debian/py3dist-overrides
1 1
django_ckeditor python3-django-ckeditor
2 2
xstatic_leaflet python3-xstatic-leaflet,
3 3
xstatic_leaflet_markercluster python3-xstatic-leaflet-markercluster
4
xstatic_josefinsans python3-xstatic-josefinsans
5 4
xstatic_opensans python3-xstatic-opensans
6 5
eopayment python3-eopayment
7 6
gadjo python3-gadjo
requirements.txt
5 5
django-jsonfield
6 6
requests
7 7
XStatic-Leaflet
8
XStatic_JosefinSans
9 8
XStatic_OpenSans
10 9
XStatic_roboto-fontface
11 10
eopayment>=1.13
setup.py
156 156
        'XStatic-Leaflet',
157 157
        'XStatic-Leaflet-GestureHandling',
158 158
        'XStatic-Leaflet-MarkerCluster',
159
        'XStatic_JosefinSans',
160 159
        'XStatic_OpenSans',
161 160
        'XStatic_roboto-fontface>=0.5.0.0',
162 161
        'eopayment>=1.43',
163
-