Merge "Drop unnecessary patch package"

This commit is contained in:
Zuul 2024-11-11 16:07:52 +00:00 committed by Gerrit Code Review
commit ca6fa5708f
2 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ class tempest::params {
'libxml2-devel', 'libxml2-devel',
'openssl-devel', 'openssl-devel',
'libffi-devel', 'libffi-devel',
'patch',
'gcc' 'gcc'
] ]
$python_telemetry_tests = 'python3-telemetry-tests-tempest' $python_telemetry_tests = 'python3-telemetry-tests-tempest'
@ -41,7 +40,6 @@ class tempest::params {
'libxml2-dev', 'libxml2-dev',
'libssl-dev', 'libssl-dev',
'libffi-dev', 'libffi-dev',
'patch',
'gcc' 'gcc'
] ]
$python_telemetry_tests = 'telemetry-tempest-plugin' $python_telemetry_tests = 'telemetry-tempest-plugin'

View File

@ -572,7 +572,6 @@ describe 'tempest' do
'libxml2-dev', 'libxml2-dev',
'libssl-dev', 'libssl-dev',
'libffi-dev', 'libffi-dev',
'patch',
'gcc'], 'gcc'],
:package_name => 'tempest', :package_name => 'tempest',
:pip_command => 'pip3', :pip_command => 'pip3',
@ -586,7 +585,6 @@ describe 'tempest' do
'libxml2-devel', 'libxml2-devel',
'openssl-devel', 'openssl-devel',
'libffi-devel', 'libffi-devel',
'patch',
'gcc'], 'gcc'],
:package_name => 'openstack-tempest', :package_name => 'openstack-tempest',
:pip_command => 'pip3', :pip_command => 'pip3',