File python-neutron-tempest-plugin.spec of Package python-neutron-tempest-plugin
#
# spec file for package python39-neutron-tempest-plugin
#
# Copyright (c) 2023 SUSE LLC
#
# 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:           python39-neutron-tempest-plugin
Version:        2.0.1~dev25
Release:        0
Summary:        Tempest plugin for the neutron project
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://docs.openstack.org/neutron-tempest-plugin
Source0:        neutron-tempest-plugin-master.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python39-pbr
Requires:       openstack-tempest
Requires:       python39-ddt
Requires:       python39-debtcollector
Requires:       python39-eventlet
Requires:       python39-netaddr
Requires:       python39-neutron-lib
Requires:       python39-oslo.config
Requires:       python39-oslo.log
Requires:       python39-oslo.serialization
Requires:       python39-oslo.utils
Requires:       python39-paramiko
Requires:       python39-pbr
Requires:       python39-six
Requires:       python39-testscenarios
Requires:       python39-testtools
BuildArch:      noarch
%description
This package contains Tempest tests to cover the neutron project. Additionally
it provides a plugin to automatically load these tests into Tempest.
%prep
%autosetup -p1 -n neutron-tempest-plugin-2.0.1.dev25
%py_req_cleanup
%build
%{py3_build}
%install
%{py3_install}
%files
%license LICENSE
%doc README.rst
%{python3_sitelib}/neutron_tempest_plugin
%{python3_sitelib}/*.egg-info
%changelog