Adrian Schröter 2019-01-14 10:33:16 +00:00 committed by Git OBS Bridge
parent a024203476
commit 69040e8195

View File

@ -1,7 +1,7 @@
# #
# spec file for package obs-service-tar_scm # spec file for package obs-service-tar_scm
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -33,7 +33,6 @@ Source: %{name}-%{version}.tar.gz
%if %{with obs_scm_testsuite} %if %{with obs_scm_testsuite}
BuildRequires: bzr BuildRequires: bzr
BuildRequires: git-core BuildRequires: git-core
BuildRequires: glibc-locale
BuildRequires: mercurial BuildRequires: mercurial
BuildRequires: subversion BuildRequires: subversion
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@ -47,8 +46,12 @@ python -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_
BuildRequires: PyYAML BuildRequires: PyYAML
%else %else
BuildRequires: glibc-locale
BuildRequires: python-PyYAML BuildRequires: python-PyYAML
%endif %endif
BuildRequires: python-argparse
Requires: python-argparse
BuildRequires: python-dateutil BuildRequires: python-dateutil
BuildRequires: python-lxml BuildRequires: python-lxml
BuildRequires: python-mock BuildRequires: python-mock