14
0

Accepting request 1248968 from home:ecsos:python

- Make it compatible wirh %{?sle15_python_module_pythons}.

OBS-URL: https://build.opensuse.org/request/show/1248968
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=34
This commit is contained in:
2025-03-03 10:31:04 +00:00
committed by Git OBS Bridge
parent 47912fe726
commit ce414b228e
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 12:23:39 UTC 2025 - ecsos <ecsos@opensuse.org>
- Make it compatible wirh %{?sle15_python_module_pythons}.
-------------------------------------------------------------------
Tue Oct 1 12:37:59 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pygraphviz
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -45,12 +45,12 @@ BuildRequires: graphviz-gd
BuildRequires: libpng-devel
BuildRequires: python-rpm-macros
%if %{with doc}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpydoc}
BuildRequires: %{python_module pydata-sphinx-theme}
BuildRequires: %{python_module pygraphviz = %{version}}
BuildRequires: python3-Sphinx
BuildRequires: python3-matplotlib
BuildRequires: python3-numpydoc
BuildRequires: python3-pydata-sphinx-theme
BuildRequires: python3-sphinx-gallery
BuildRequires: %{python_module sphinx-gallery}
BuildArch: noarch
%endif
BuildRequires: swig