Petr Gajdos 2019-11-26 09:12:18 +00:00 committed by Git OBS Bridge
parent d368a8b174
commit c599be0bd7
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 26 09:12:06 UTC 2019 - pgajdos@suse.com
- run the testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 2 13:02:30 UTC 2019 - pgajdos@suse.com Wed Oct 2 13:02:30 UTC 2019 - pgajdos@suse.com

View File

@ -39,7 +39,8 @@ BuildArch: noarch
BuildRequires: %{python_module Django >= 1.11} BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module django-allauth} BuildRequires: %{python_module django-allauth}
BuildRequires: %{python_module django-gravatar2 >= 1.0.6} BuildRequires: %{python_module django-gravatar2 >= 1.0.6}
#BuildRequires: %%{python_module mailmanclient} BuildRequires: %{python_module mailmanclient}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytz} BuildRequires: %{python_module pytz}
# /SECTION # /SECTION
%python_subpackages %python_subpackages
@ -58,7 +59,7 @@ Django library to help interaction with Mailman
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
# TODO, needs to figure out how to run tests %python_expand PYTHONPATH='.' $python /usr/bin/django-admin.py test --settings=django_mailman3.tests.settings_test
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst