15
0

Accepting request 603178 from devel:languages:python

- Fix requires

OBS-URL: https://build.opensuse.org/request/show/603178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marathon?expand=0&rev=2
This commit is contained in:
2018-05-04 09:29:24 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 2 15:43:11 UTC 2018 - tchvatal@suse.com
- Fix requires
-------------------------------------------------------------------
Thu Jul 13 14:10:42 UTC 2017 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-marathon
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -23,15 +23,13 @@ Release: 0
Summary: Marathon Client Library
License: MIT
Group: Development/Languages/Python
Url: https://github.com/thefactory/marathon-python
URL: https://github.com/thefactory/marathon-python
Source: https://files.pythonhosted.org/packages/source/m/marathon/marathon-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: %{python_module requests >= 2.0.0}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-requests >= 2.0.0
BuildArch: noarch
%python_subpackages
%description
@@ -47,8 +45,7 @@ Python interface to the Mesos Marathon REST API.
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE
%license LICENSE
%{python_sitelib}/*
%changelog