Projet

Général

Profil

0001-add-xstatic-josefinsans-dependency-19517.patch

Serghei Mihai (congés, retour 15/05), 18 octobre 2017 14:33

Télécharger (1,75 ko)

Voir les différences:

Subject: [PATCH] add xstatic-josefinsans dependency (#19517)

 combo/settings.py | 1 +
 debian/control    | 1 +
 requirements.txt  | 1 +
 setup.py          | 1 +
 4 files changed, 4 insertions(+)
combo/settings.py
84 84
    'xstatic.pkg.leaflet',
85 85
    'xstatic.pkg.opensans',
86 86
    'xstatic.pkg.roboto_fontface',
87
    'xstatic.pkg.josefinsans',
87 88
)
88 89

  
89 90
INSTALLED_APPS = plugins.register_plugins_apps(INSTALLED_APPS)
debian/control
19 19
    python-xstatic-leaflet,
20 20
    python-xstatic-opensans,
21 21
    python-xstatic-roboto-fontface,
22
    python-xstatic-josefinsans,
22 23
    python-eopayment (>= 1.9),
23 24
    python-django-haystack (>= 2.4.0),
24 25
    python-sorl-thumbnail,
requirements.txt
9 9
XStatic-Leaflet
10 10
XStatic_OpenSans
11 11
XStatic_roboto-fontface
12
XStatic_JosefinSans
12 13
eopayment>=1.13
13 14
python-dateutil
14 15
djangorestframework>=3.3, <3.4
setup.py
114 114
        'XStatic-Leaflet',
115 115
        'XStatic_OpenSans',
116 116
        'XStatic_roboto-fontface',
117
        'XStatic_JosefinSans',
117 118
        'eopayment>=1.13',
118 119
        'python-dateutil',
119 120
        'djangorestframework>=3.3, <3.4',
120
-