Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-05 02:22:05 +00:00
parent 0c182005b2
commit 9fe97ff0bd

View File

@ -54,6 +54,7 @@ This package contains libnl3 API documentation
Summary: libnl3 binding for Python 3 Summary: libnl3 binding for Python 3
%{?python_provide:%python_provide python3-libnl3} %{?python_provide:%python_provide python3-libnl3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: make
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description -n python3-libnl3 %description -n python3-libnl3