Projet

Général

Profil

0001-bump-eopayment-requirement-33223.patch

Emmanuel Cazenave, 17 mai 2019 19:14

Télécharger (1,13 ko)

Voir les différences:

Subject: [PATCH] bump eopayment requirement (#33223)

 debian/control | 2 +-
 setup.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
debian/control
20 20
    python-xstatic-leaflet-markercluster,
21 21
    python-xstatic-opensans,
22 22
    python-xstatic-roboto-fontface (<< 0.5.0.0),
23
    python-eopayment (>= 1.9),
23
    python-eopayment (>= 1.35),
24 24
    python-django-haystack (>= 2.4.0),
25 25
    python-sorl-thumbnail,
26 26
    python-pil
setup.py
157 157
        'XStatic_JosefinSans',
158 158
        'XStatic_OpenSans',
159 159
        'XStatic_roboto-fontface<0.5.0.0',
160
        'eopayment>=1.26',
160
        'eopayment>=1.35',
161 161
        'python-dateutil',
162 162
        'djangorestframework>=3.3, <3.7',
163 163
        'django-haystack',
164
-