14
0
forked from pool/python-ssdeep

- Do not generate docu, fails with new sphinx and till now used

py2 version for that

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ssdeep?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-04-20 09:33:39 +00:00
committed by Git OBS Bridge
parent 7532d6f359
commit 6f2fbe5e52
2 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 20 09:16:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not generate docu, fails with new sphinx and till now used
py2 version for that
-------------------------------------------------------------------
Tue Mar 17 13:01:23 UTC 2020 - pgajdos@suse.com

View File

@@ -37,10 +37,6 @@ Requires: ssdeep
# SECTION tests
BuildRequires: %{python_module pytest-runner}
# /SECTION
# SECTION docs
BuildRequires: python-mock
BuildRequires: python-sphinx
# /SECTION
%python_subpackages
%description
@@ -53,10 +49,6 @@ content and length.
%build
%python_build
pushd docs
%make_build html
rm build/html/.buildinfo
popd
%install
%python_install
@@ -67,7 +59,7 @@ popd
%files %{python_files}
%{python_sitearch}/*
%doc README.rst CHANGELOG.rst docs/build/html/
%doc README.rst CHANGELOG.rst
%license LICENSE
%changelog