From 53e69ed21c4d9273e8e487dcec811ffd9bdf7589c7b298eef114bbf504ba9100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Sat, 7 Jan 2023 20:54:44 +0000 Subject: [PATCH] Fix build requirements. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-drgn?expand=0&rev=6 --- python-drgn.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-drgn.spec b/python-drgn.spec index 5583110..231c5f6 100644 --- a/python-drgn.spec +++ b/python-drgn.spec @@ -30,10 +30,13 @@ URL: https://github.com/osandov/drgn Source: https://files.pythonhosted.org/packages/source/d/drgn/drgn-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: libdw-devel BuildRequires: libelf-devel BuildRequires: libkdumpfile-devel +BuildRequires: libtool BuildRequires: python-rpm-macros %python_subpackages