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
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# 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 setuptools}
BuildRequires: %{python_module six}
%ifpython2
BuildRequires: python-mock
BuildRequires: python-unittest2
%endif
BuildRequires: fdupes
BuildRequires: python-mock
BuildRequires: python-rpm-macros
BuildRequires: python-unittest2
Requires: python-lxml
Requires: python-python-dateutil
Requires: python-pytz
Requires: python-requests
Requires: python-six
BuildArch: noarch
%ifpython2
Requires: python-mock
Requires: python-unittest2
%endif
BuildArch: noarch
%python_subpackages
%description