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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user