From db0e79e3b744ecc1cd0c3107193fcf3e7f52aedcdf44a1f94f877b396e368b9b Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 27 Nov 2019 13:10:03 +0000 Subject: [PATCH] - require rubygem(sass) (https://hyperkitty.readthedocs.io/en/latest/install.html) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=11 --- python-HyperKitty.changes | 6 ++++++ python-HyperKitty.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-HyperKitty.changes b/python-HyperKitty.changes index 3680132..2bb7dff 100644 --- a/python-HyperKitty.changes +++ b/python-HyperKitty.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 27 13:09:09 UTC 2019 - pgajdos@suse.com + +- require rubygem(sass) + (https://hyperkitty.readthedocs.io/en/latest/install.html) + ------------------------------------------------------------------- Thu Nov 14 20:58:30 UTC 2019 - pgajdos@suse.com diff --git a/python-HyperKitty.spec b/python-HyperKitty.spec index 43ad9c3..6ca0e52 100644 --- a/python-HyperKitty.spec +++ b/python-HyperKitty.spec @@ -30,12 +30,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django >= 1.11 -Requires: python-django_compressor >= 1.3 Requires: python-django-extensions >= 1.3.7 Requires: python-django-gravatar2 >= 1.0.6 Requires: python-django-haystack >= 2.8.0 -Requires: python-django-q >= 1.0.0 Requires: python-django-mailman3 >= 1.2.0 +Requires: python-django-q >= 1.0.0 +Requires: python-django_compressor >= 1.3 Requires: python-djangorestframework >= 3.0.0 Requires: python-flufl.lock Requires: python-mailmanclient >= 3.1.1 @@ -43,6 +43,7 @@ Requires: python-networkx >= 1.9.1 Requires: python-python-dateutil >= 2.0 Requires: python-pytz >= 2012 Requires: python-robot-detection >= 0.3 +Requires: rubygem(sass) BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Django >= 1.11}