diff --git a/debian/control b/debian/control index 66518493..8ba25ae2 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-xstatic-leaflet, python3-xstatic-leaflet-markercluster, python3-xstatic-opensans, - python3-xstatic-roboto-fontface (<< 0.5.0.0), + python3-xstatic-roboto-fontface (>= 0.5.0.0), python3-eopayment (>= 1.35), python3-django-haystack (>= 2.4.0), python3-django-ratelimit, diff --git a/setup.py b/setup.py index 0edaf1f1..895a5a51 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ setup( 'XStatic-Leaflet-MarkerCluster', 'XStatic_JosefinSans', 'XStatic_OpenSans', - 'XStatic_roboto-fontface<0.5.0.0', + 'XStatic_roboto-fontface>=0.5.0.0', 'eopayment>=1.35', 'python-dateutil', 'djangorestframework>=3.3, <3.7',