15
0

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gprof2dot?expand=0&rev=4
This commit is contained in:
2018-12-04 13:31:01 +00:00
committed by Git OBS Bridge
parent d06f6a2106
commit bf7bc6d2e8
2 changed files with 10 additions and 5 deletions

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