From b24faf9d484a56141fdd3db43ab8a301753e52c82d2f5b0e50370a8fa9795587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Jan 2018 16:00:30 +0000 Subject: [PATCH] - Do not build epydoc documentation to allow py3 only build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=13 --- python-configshell-fb.changes | 5 +++++ python-configshell-fb.spec | 10 +--------- 2 files changed, 6 insertions(+), 9 deletions(-) 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