14
0

Accepting request 663517 from devel:languages:python

- Use Requires instead of Suggests for RHEL/Fedora systems

OBS-URL: https://build.opensuse.org/request/show/663517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-actdiag?expand=0&rev=3
This commit is contained in:
2019-01-08 11:30:10 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 8 04:43:59 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Use Requires instead of Suggests for RHEL/Fedora systems
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 5 01:51:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Wed Dec 5 01:51:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-actdiag # spec file for package python-actdiag
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +23,24 @@ Release: 0
Summary: Text to activity-diagram image generator Summary: Text to activity-diagram image generator
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://blockdiag.com/ Url: http://blockdiag.com/
Source: https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-blockdiag >= 1.5.0 Requires: python-blockdiag >= 1.5.0
Requires: python-setuptools Requires: python-setuptools
%if 0%{?rhel} || 0%{?fedora}
Requires: python-docutils
Requires: python-nose
Requires: python-pep8 >= 1.3
Requires: python-reportlab
%else
Suggests: python-docutils Suggests: python-docutils
Suggests: python-nose Suggests: python-nose
Suggests: python-pep8 >= 1.3 Suggests: python-pep8 >= 1.3
Suggests: python-reportlab Suggests: python-reportlab
%endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages