15
0
2025-08-07 12:13:21 +00:00
committed by Git OBS Bridge
parent 0156da26b1
commit 64ce6ee19e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-CppHeaderParser
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,10 +23,10 @@ Summary: Parse C++ header files and generate a data structure representin
License: BSD-3-Clause
URL: https://github.com/senex/cppheaderparser
Source: https://files.pythonhosted.org/packages/source/C/CppHeaderParser/CppHeaderParser-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module ply}
# /SECTION