fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=235
This commit is contained in:
parent
b1889d5f2b
commit
b14ec559b3
@ -57,10 +57,6 @@ BuildRequires: python-unittest2
|
||||
BuildRequires: python >= 2.6
|
||||
Requires: git-core
|
||||
|
||||
%if (0%{?fedora_version} && 0%{?fedora_version} < 26) || 0%{?centos} == 6 || 0%{?centos} == 7
|
||||
BuildRequires: python-argparse
|
||||
Requires: python-argparse
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1315
|
||||
Recommends: bzr
|
||||
Recommends: mercurial
|
||||
@ -80,6 +76,10 @@ It supports downloading from svn, git, hg and bzr repositories.
|
||||
Summary: Common parts of SCM handling services
|
||||
Group: Development/Tools/Building
|
||||
Requires: python-dateutil
|
||||
%if (0%{?fedora_version} && 0%{?fedora_version} < 26) || 0%{?centos} == 6 || 0%{?centos} == 7
|
||||
BuildRequires: python-argparse
|
||||
Requires: python-argparse
|
||||
%endif
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
Requires: PyYAML
|
||||
%else
|
||||
|
Loading…
x
Reference in New Issue
Block a user