testing
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=232
This commit is contained in:
parent
a024203476
commit
69040e8195
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user