Various buildfixes

Change-Id: I2d1ca1317e838c4c4bcb75f1d1686b7bbef39859
This commit is contained in:
Dirk Müller 2023-02-17 21:30:26 +01:00
parent 9e27f45134
commit 25ab33c081
No known key found for this signature in database
6 changed files with 13 additions and 13 deletions

View File

@ -68,7 +68,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%check
# FIXME: only run unittests for now.
python3 -m stestr.cli --test-path ./aodhclient/tests/unit run
%{openstack_stestr_run} --test-path ./aodhclient/tests/unit
%files
%doc README.rst

View File

@ -184,12 +184,7 @@ rm -fr %{buildroot}%{_prefix}/freezer/scripts/vss.ps1
%check
export OS_TEST_PATH=./freezer/tests/unit
%if 0%{?suse_version}
PYTHON=python3 stestr run
%endif
%if 0%{?rdo}
stestr-3 run
%endif
%{openstack_stestr_run}
%files
%license LICENSE

View File

@ -208,7 +208,7 @@ This package contains the Heat docker plugin
### heat_docker plugin
pushd contrib/heat_docker
OSLO_PACKAGE_VERSION=%{version} python3 setup.py build
OSLO_PACKAGE_VERSION=%{version} %{py3_build}
popd
### documentation
@ -224,7 +224,7 @@ rm -rf doc/build/man/.{doctrees,buildinfo}
### heat_docker plugin
pushd contrib/heat_docker
OSLO_PACKAGE_VERSION=%{version} python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
OSLO_PACKAGE_VERSION=%{version} %{py3_install]}
# no need for the egg-info file
rm -r %{buildroot}%{python3_sitelib}/heat_contrib_docker-*.egg-info
popd

View File

@ -34,6 +34,7 @@ BuildRequires: {{ py3('rtslib-fb') }}
BuildRequires: {{ py3('stestr') }}
BuildRequires: {{ py3('stevedore') }}
BuildRequires: {{ py3('tenacity') }}
BuildRequires: {{ py3('tooz') }}
Requires: python3-{{ pypi_name }} = %{version}-%{release}
BuildArch: noarch
%if 0%{?suse_version}
@ -73,6 +74,7 @@ Requires: {{ py3('requests') }}
Requires: {{ py3('rtslib-fb') }}
Requires: {{ py3('stevedore') }}
Requires: {{ py3('tenacity') }}
Requires: {{ py3('tooz') }}
%description -n python3-{{ pypi_name }}
The ironic-python-agent works with the agent driver in Ironic to provision the node.

View File

@ -13,6 +13,7 @@ URL: https://docs.openstack.org/{{ pypi_name }}
Source0: {{ source }}
BuildRequires: openstack-macros
BuildRequires: {{ py3('fixtures') }}
BuildRequires: {{ py3('keystoneauth1') }}
BuildRequires: {{ py3('python-openstackclient') }}
BuildRequires: {{ py3('openstackdocstheme') }}
BuildRequires: {{ py3('osc-lib') }}
@ -31,7 +32,7 @@ scheduling from a bare metal node, given its power management credentials
This package contains Python client and command line tool for Ironic Inspector.
%package -n python3-ironic-inspector-client
%package -n {{ py2name(py_versions='py3') }}
Summary: Python client and CLI tool for Ironic Inspector
Requires: {{ py3('PyYAML') }}
Requires: {{ py3('keystoneauth1') }}
@ -41,7 +42,7 @@ Requires: {{ py3('oslo.i18n') }}
Requires: {{ py3('oslo.utils') }}
Requires: {{ py3('requests') }}
%description -n python3-ironic-inspector-client
%description -n {{ py2name(py_versions='py3') }}
Ironic Inspector is an auxiliary service for discovering hardware properties
for a node managed by OpenStack Ironic. Hardware introspection or hardware
properties discovery is a process of getting hardware parameters required for
@ -67,10 +68,10 @@ sed -i -e 's,doc8.*,,' test-requirements.txt
%check
%{python_expand rm -rf .testrepository
python3 -m unittest discover ironic_inspector_client
$python -m unittest discover ironic_inspector_client
}
%files -n python3-ironic-inspector-client
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst
%license LICENSE
%{python3_sitelib}/ironic_inspector_client

View File

@ -18,6 +18,7 @@ BuildRequires: {{ py3('PrettyTable') }}
BuildRequires: {{ py3('PyYAML') }}
BuildRequires: {{ py3('cliff') }}
BuildRequires: {{ py3('debtcollector') }}
BuildRequires: {{ py3('defusedxml') }}
BuildRequires: {{ py3('fixtures') }}
BuildRequires: {{ py3('jsonschema') }}
BuildRequires: {{ py3('netaddr') }}
@ -54,6 +55,7 @@ Requires: {{ py3('PrettyTable') }}
Requires: {{ py3('PyYAML') }}
Requires: {{ py3('cliff') }}
Requires: {{ py3('debtcollector') }}
Requires: {{ py3('defusedxml') }}
Requires: {{ py3('fixtures') }}
Requires: {{ py3('jsonschema') }}
Requires: {{ py3('netaddr') }}