forked from pool/python-HyperKitty
This commit is contained in:
committed by
Git OBS Bridge
parent
a48614c529
commit
69ce03ca74
@@ -23,7 +23,6 @@ Version: 1.3.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A web interface to access GNU Mailman v3 archives
|
Summary: A web interface to access GNU Mailman v3 archives
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://gitlab.com/mailman/hyperkitty
|
URL: https://gitlab.com/mailman/hyperkitty
|
||||||
Source: https://files.pythonhosted.org/packages/source/H/HyperKitty/HyperKitty-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/H/HyperKitty/HyperKitty-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module isort}
|
BuildRequires: %{python_module isort}
|
||||||
@@ -60,8 +59,9 @@ BuildRequires: %{python_module flufl.lock}
|
|||||||
BuildRequires: %{python_module mailmanclient >= 3.1.1}
|
BuildRequires: %{python_module mailmanclient >= 3.1.1}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module networkx >= 1.9.1}
|
BuildRequires: %{python_module networkx >= 1.9.1}
|
||||||
BuildRequires: %{python_module python-dateutil >= 2.0}
|
BuildRequires: %{python_module pytest-django}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module python-dateutil >= 2.0}
|
||||||
BuildRequires: %{python_module pytz >= 2012}
|
BuildRequires: %{python_module pytz >= 2012}
|
||||||
BuildRequires: %{python_module robot-detection >= 0.3}
|
BuildRequires: %{python_module robot-detection >= 0.3}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -81,8 +81,8 @@ A web interface to access GNU Mailman v3 archives
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# TODO
|
export DJANGO_SETTINGS_MODULE="hyperkitty.tests.settings_test"
|
||||||
exit 0
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS.txt README.rst
|
%doc AUTHORS.txt README.rst
|
||||||
|
Reference in New Issue
Block a user