Accepting request 659403 from devel:languages:python

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gprof2dot?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-12-24 10:37:42 +00:00 committed by Git OBS Bridge
commit d53f21ee63
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:48:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Wed May 16 15:58:57 UTC 2018 - toddrme2178@gmail.com

View File

@ -12,21 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gprof2dot
Version: 2017.9.19
%define gitver 2017.09.19
Release: 0
License: LGPL-3.0-or-later
%define gitver 2017.09.19
Summary: Generate a dot graph from the output of several profilers
Url: https://github.com/jrfonseca/gprof2dot
License: LGPL-3.0-or-later
Group: Development/Languages/Python
Url: https://github.com/jrfonseca/gprof2dot
Source: https://files.pythonhosted.org/packages/source/g/gprof2dot/gprof2dot-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/jrfonseca/gprof2dot/%{gitver}/LICENSE.txt
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros