From 6ae1e359be1552c1b12bf4ee0ae74dc5cb5e52b225bee6a48c0f3f483c52df0b Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 10 Jul 2015 12:16:11 +0000 Subject: [PATCH] Accepting request 314985 from Cloud:OpenStack:Master - fix requires OBS-URL: https://build.opensuse.org/request/show/314985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=2 --- python-fasteners.changes | 5 +++++ python-fasteners.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-fasteners.changes b/python-fasteners.changes index 96225f0..a5ec5ca 100644 --- a/python-fasteners.changes +++ b/python-fasteners.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 3 11:11:39 UTC 2015 - dmueller@suse.com + +- fix requires + ------------------------------------------------------------------- Wed Jun 24 16:30:09 UTC 2015 - tbechtold@suse.com diff --git a/python-fasteners.spec b/python-fasteners.spec index cbda799..e6a6e43 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,7 +1,7 @@ # # spec file for package python-fasteners # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -13,20 +13,21 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-fasteners Version: 0.12.0 Release: 0 -License: Apache-2.0 Summary: A python package that provides useful locks -Url: https://github.com/harlowja/fasteners +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/harlowja/fasteners Source: https://pypi.python.org/packages/source/f/fasteners/fasteners-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools +Requires: python-monotonic >= 0.1 Requires: python-six -Requires: python-monotonic>=0.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}