File python-networking-l2gw-tempest-plugin.spec of Package python-networking-l2gw-tempest-plugin
#
# spec file for package python3-networking-l2gw-tempest-plugin
#
# Copyright (c) 2021 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/
#
%global common_desc \
This package contains Tempest tests to cover the networking-l2gw project. \
Additionally it provides a plugin to automatically load these tests into Tempest.
Name: python3-networking-l2gw-tempest-plugin
Version: 0.1.1~dev6
Release: 0
Summary: Tempest plugin for the networking-l2gw project
License: Apache-2.0
Group: Development/Languages/Python
URL: https://opendev.org/openstack/networking-l2gw-tempest-plugin
Source0: networking-l2gw-tempest-plugin-master.tar.gz
BuildRequires: fdupes
BuildRequires: openstack-macros
BuildRequires: python3-pbr
Requires: openstack-tempest
Requires: python3-Babel
Requires: python3-neutron-lib
Requires: python3-neutronclient
Requires: python3-ovsdbapp
Requires: python3-pbr
BuildArch: noarch
%description
%{common_desc}
%prep
%autosetup -p1 -n networking-l2gw-tempest-plugin-0.1.1.dev6
%py_req_cleanup
%build
%{py3_build}
%install
%{py3_install}
%fdupes %{buildroot}%{python3_sitelib}
%files
%license LICENSE
%doc README.rst
%{python3_sitelib}/networking_l2gw_tempest_plugin
%{python3_sitelib}/*.egg-info
%changelog