Removing rpm as a dependency for sysinv

A new version of the python module was released Nov 4
which breaks pip installs in some environments.

The rpm dependency is not directly required by sysinv
and so it has been removed.

The source code changes in this review are only included
to ensure that all zuul targets are invoked.

Closes-Bug: 1949804
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: I6786c3510bb7bac5f03adf3a3c3d377a090063ac
This commit is contained in:
albailey 2021-11-04 11:33:10 -04:00
parent 68fd282a81
commit 5012653f5e
4 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2015-2020 Wind River Systems, Inc.
# Copyright (c) 2015-2021 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# Copyright (c) 2013-2015 Wind River Systems, Inc.
# Copyright (c) 2013-2021 Wind River Systems, Inc.
#

View File

@ -41,7 +41,6 @@ pyghmi
PyYAML>=3.10
psutil
simplejson>=2.2.0 # MIT
rpm
ruamel.yaml>=0.13.14 # MIT
docker # Apache-2.0
kubernetes # Apache-2.0

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2018 Wind River Systems, Inc.
# Copyright (c) 2018-2021 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#