File python-freezer-tempest-plugin.spec of Package python-freezer-tempest-plugin

#
# spec file for package python
#
# Copyright (c) 2020 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/
#


%global sname freezer_tempest_plugin
Name:           python3-freezer-tempest-plugin
Version:        0.2.1~dev16
Release:        0
Summary:        Tempest plugin for the freezer project
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://git.openstack.org/cgit/openstack/freezer-tempest-plugin
Source0:        freezer-tempest-plugin-master.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python3-pbr
BuildRequires:  python3-setuptools
Requires:       openstack-tempest
Requires:       python3-oslo.config
Requires:       python3-oslo.utils
Requires:       python3-paramiko
Requires:       python3-pbr
Requires:       python3-six
BuildArch:      noarch

%description
This package contains Tempest tests to cover the freezer project.
Additionally it provides a plugin to automatically load these tests into Tempest.

%prep
%autosetup -p1 -n %{sname}-0.2.1.dev16

# Let's handle dependencies ourseleves
%py_req_cleanup

%build
%{py3_build}

%install
%{py3_install}

%files
%license LICENSE
%doc README.rst
%{python3_sitelib}/freezer_tempest_plugin
%{python3_sitelib}/*.egg-info

%changelog
openSUSE Build Service is sponsored by