14
0

- More gentle version of graphviz_14-0-0.patch, which doesn’t

change a SWIG include file, just the C generated one with the
  minimal required change (bsc#1252488).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=38
This commit is contained in:
2025-10-24 16:53:54 +00:00
committed by Git OBS Bridge
parent 4eb6f121f1
commit b2133b1b9e
3 changed files with 43 additions and 85 deletions

View File

@@ -78,9 +78,6 @@ This package provides documentation and help files for %{name}
%autosetup -p1 -n pygraphviz-%{version}
cp %SOURCE1 examples
# Remove generated C file to force regeneration from SWIG sources
rm pygraphviz/graphviz_wrap.c
%build
export CFLAGS="%{optflags}"
%if ! %{with doc}