Projet

Général

Profil

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

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

Télécharger (1,71 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
81 81
    'combo.apps.calendar',
82 82
    'haystack',
83 83
    'xstatic.pkg.chartnew_js',
84
    'xstatic.pkg.josefinsans',
84 85
    'xstatic.pkg.leaflet',
85 86
    'xstatic.pkg.opensans',
86 87
    'xstatic.pkg.roboto_fontface',
debian/control
16 16
    python-feedparser,
17 17
    python-django-cmsplugin-blurp,
18 18
    python-xstatic-chartnew-js,
19
    python-xstatic-josefinsans,
19 20
    python-xstatic-leaflet,
20 21
    python-xstatic-opensans,
21 22
    python-xstatic-roboto-fontface,
requirements.txt
7 7
requests
8 8
XStatic-ChartNew.js
9 9
XStatic-Leaflet
10
XStatic_JosefinSan
10 11
XStatic_OpenSans
11 12
XStatic_roboto-fontface
12 13
eopayment>=1.13
setup.py
112 112
        'requests',
113 113
        'XStatic-ChartNew.js',
114 114
        'XStatic-Leaflet',
115
        'XStatic_JosefinSans',
115 116
        'XStatic_OpenSans',
116 117
        'XStatic_roboto-fontface',
117 118
        'eopayment>=1.13',
118
-