From 38581803ea33265aa5c54be63fd0cf792fd8cfb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 2 Feb 2023 13:43:53 +0100 Subject: [PATCH] BuildRequire pyproject-rpm-macros explicitly (for ELN) Since this package does not use %pyproject_buildrequires and is included in ELN, manual BuildRequires for pyproject-rpm-macros is necessary. In ELN, the dependency on pyproject-rpm-macros is generated by %pyproject_buildrequires only, the package is not pulled in via python3-devel. This is new since pyproject-rpm-macros 1.6.0 --- python-networkx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-networkx.spec b/python-networkx.spec index c13ffa3..897a625 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -25,6 +25,7 @@ BuildArch: noarch BuildRequires: make BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros BuildRequires: %{py3_dist setuptools} BuildRequires: %{py3_dist pip} BuildRequires: %{py3_dist wheel}