File python-ironic-lib.spec of Package python-ironic-lib
#
# spec file for package python-ironic-lib
#
# Copyright (c) 2019 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 https://bugs.opensuse.org/
#
Name: python-ironic-lib
Version: 2.10.2
Release: 0
Summary: Ironic Common Libraries
License: Apache-2.0
Group: Development/Languages/Python
Url: http://docs.openstack.org/developer/ironic-lib/
Source0: https://files.pythonhosted.org/packages/source/i/ironic-lib/ironic-lib-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-setuptools >= 16.0
Requires: python-eventlet >= 0.18.2
Requires: python-oslo.concurrency >= 3.8.0
Requires: python-oslo.config >= 4.0.0
Requires: python-oslo.i18n >= 2.1.0
Requires: python-oslo.log >= 3.22.0
Requires: python-oslo.service >= 1.10.0
Requires: python-oslo.utils >= 3.20.0
Requires: python-requests >= 2.14.2
Requires: python-six >= 1.9.0
BuildArch: noarch
%description
A common library to be used **exclusively** by projects under the `Ironic
governance <http://governance.openstack.org/reference/projects/ironic.html>`
%prep
%autosetup -n ironic-lib-%{version}
%py_req_cleanup
%build
%{py2_build}
%install
%{py2_install}
%files
%license LICENSE
%doc ChangeLog README.rst
%{python2_sitelib}/ironic_lib
%{python2_sitelib}/ironic_lib*egg-info
%changelog