File python-keystoneauth1.spec of Package python-keystoneauth1
#
# spec file for package python-keystoneauth1
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-keystoneauth1
Version: 1.1.0
Release: 0
Summary: Authentication Library for OpenStack Identity
License: Apache-2.0
Group: Development/Languages/Python
Url: http://www.openstack.org/
Source: https://pypi.python.org/packages/source/k/keystoneauth1/keystoneauth1-%{version}.tar.gz
BuildRequires: openstack-suse-macros
BuildRequires: python-devel
BuildRequires: python-pbr
Requires: python-iso8601 >= 0.1.9
Requires: python-requests >= 2.5.2
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.5.0
BuildArch: noarch
%description
Authentication Library for OpenStack Clients
%prep
%setup -q -n keystoneauth1-%{version}
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog README.rst LICENSE AUTHORS
%{python2_sitelib}/*
%changelog