From 63aa4c9d2ea5c6efad85f53b43ef29b1083883fb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 14 May 2023 14:36:33 +0200 Subject: [PATCH] Missing build requires (sync with upstream spec file) --- argparse-manpage.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argparse-manpage.spec b/argparse-manpage.spec index e1377bc..4de9e16 100644 --- a/argparse-manpage.spec +++ b/argparse-manpage.spec @@ -38,6 +38,8 @@ Source0: https://github.com/praiskup/%name/releases/download/v%version/%n %if %{with python2} BuildRequires: python2-setuptools python2-devel +BuildRequires: python2-packaging +BuildRequires: python2-toml %if %{with check} %if 0%{?rhel} && 0%{?rhel} == 7 BuildRequires: pytest @@ -49,6 +51,8 @@ BuildRequires: python2-pytest %if %{with python3} BuildRequires: python3-setuptools python3-devel +BuildRequires: python3-packaging +BuildRequires: python3-toml %if %{with check} BuildRequires: python3-pytest %endif