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()")}