From 4681781bc103b793ec0e4d732c366c9d67e3252f Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 28 May 2018 15:54:41 +0200 Subject: [PATCH] restrict XStatic_roboto-fontface version (#24122) --- debian/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 91db8599..c404f70b 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-xstatic-leaflet, python-xstatic-leaflet-markercluster, python-xstatic-opensans, - python-xstatic-roboto-fontface, + python-xstatic-roboto-fontface (<< 0.5.0.0), python-eopayment (>= 1.9), python-django-haystack (>= 2.4.0), python-sorl-thumbnail, diff --git a/setup.py b/setup.py index 0ee10cb3..222d3d5e 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ setup( 'XStatic-Leaflet-MarkerCluster', 'XStatic_JosefinSans', 'XStatic_OpenSans', - 'XStatic_roboto-fontface', + 'XStatic_roboto-fontface<0.5.0.0', 'eopayment>=1.13', 'python-dateutil', 'djangorestframework>=3.3, <3.4',