Drop unnecessary patch package

Change-Id: I0b50d89f1af8e6eb7e8d8110c7cd43fbe1140893
This commit is contained in:
Takashi Kajinami 2024-11-10 12:57:20 +09:00
parent f41a63ebce
commit cd93bdc941
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

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