diff --git a/python-configshell-fb.changes b/python-configshell-fb.changes index 6800b66..00c9298 100644 --- a/python-configshell-fb.changes +++ b/python-configshell-fb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 16:02:44 UTC 2018 - tchvatal@suse.com + +- Do not build epydoc documentation to allow py3 only build + ------------------------------------------------------------------- Fri Dec 8 19:34:23 UTC 2017 - lduncan@suse.com diff --git a/python-configshell-fb.spec b/python-configshell-fb.spec index dc4092c..a968788 100644 --- a/python-configshell-fb.spec +++ b/python-configshell-fb.spec @@ -1,7 +1,7 @@ # # spec file for package python-configshell-fb # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,6 @@ no longer strictly compatible. %package doc Summary: Documentation for Python configshell-fb Group: Documentation/HTML -BuildRequires: epydoc %description doc configshell-fb is a Python library that provides a framework for building simple @@ -75,10 +74,6 @@ no longer strictly compatible. %build %python_build -mkdir -p doc/ -epydoc --no-sourcecode --html -n %{oname} --exclude configobj configshell/*.py -%fdupes html/ -mv html doc/ %install %python_install --skip-build @@ -88,7 +83,4 @@ mv html doc/ %{python_sitelib}/* %doc examples COPYING README.md -%files %{python_files doc} -%doc doc/* - %changelog