diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-22 13:32:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-22 13:32:20 +0000 |
commit | 6e8c1b639a9b037c3e69d830e25f7b3ed1b60a66 (patch) | |
tree | 0cb62cc1a95f9e3d63df97be3ddd8988b5a08d25 | |
parent | fdd0746e9dd1e73b1e68ea71c9cf4ba276caf374 (diff) |
automatic import of copr-rpmbuild
-rw-r--r-- | copr-rpmbuild.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/copr-rpmbuild.spec b/copr-rpmbuild.spec index c514946..d238da3 100644 --- a/copr-rpmbuild.spec +++ b/copr-rpmbuild.spec @@ -49,8 +49,10 @@ BuildRequires: %{python_pfx}-jinja2 BuildRequires: %{python_pfx}-simplejson BuildRequires: %{python}-backoff -%if 0%{?fedora} || 0%{?rhel} > 7 || 0%{?openEuler} +%if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: argparse-manpage +%elif 0%{?openEuler} +BuildRequires: python3-argparse-manpage %endif BuildRequires: python-rpm-macros |