14
0
Tomáš Chvátal
2020-01-13 12:04:20 +00:00
committed by Git OBS Bridge
parent 7e85e5c4a3
commit d46e2582a1

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-osc-tiny # spec file for package python-osc-tiny
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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,22 +33,20 @@ BuildRequires: %{python_module requests}
BuildRequires: %{python_module responses} BuildRequires: %{python_module responses}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
%ifpython2
BuildRequires: python-mock
BuildRequires: python-unittest2
%endif
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-mock
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python-unittest2
Requires: python-lxml Requires: python-lxml
Requires: python-python-dateutil Requires: python-python-dateutil
Requires: python-pytz Requires: python-pytz
Requires: python-requests Requires: python-requests
Requires: python-six Requires: python-six
BuildArch: noarch
%ifpython2 %ifpython2
Requires: python-mock Requires: python-mock
Requires: python-unittest2 Requires: python-unittest2
%endif %endif
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description