15
0
forked from pool/python-Paste

- Do not bother with sphinx docu, it is online anyway

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2019-03-05 19:13:36 +00:00
committed by Git OBS Bridge
parent 0014087761
commit eb6e21510a
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 5 19:12:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not bother with sphinx docu, it is online anyway
-------------------------------------------------------------------
Tue Mar 5 17:00:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -32,8 +32,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six > 1.4.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Documentation build requirements:
BuildRequires: python3-Sphinx
Requires: python-six > 1.4.0
BuildArch: noarch
Suggests: python-flup
@@ -60,7 +58,6 @@ rm tests/test_proxy.py
%build
%python_build
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
%python_install
@@ -71,7 +68,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%files %{python_files}
%license docs/license.txt
%doc build/sphinx/html/
%doc README.rst
%{python_sitelib}/*
%changelog