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

View File

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