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
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -33,7 +33,6 @@ Source: %{name}-%{version}.tar.gz
%if %{with obs_scm_testsuite}
BuildRequires: bzr
BuildRequires: git-core
BuildRequires: glibc-locale
BuildRequires: mercurial
BuildRequires: subversion
%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
%else
BuildRequires: glibc-locale
BuildRequires: python-PyYAML
%endif
BuildRequires: python-argparse
Requires: python-argparse
BuildRequires: python-dateutil
BuildRequires: python-lxml
BuildRequires: python-mock