Merge "Add missing rpm dependencies to sysinv"

This commit is contained in:
Zuul 2019-03-18 20:22:27 +00:00 committed by Gerrit Code Review
commit a408cdcdc7
4 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="sysinv"
TIS_PATCH_VER=307
TIS_PATCH_VER=308

View File

@ -22,6 +22,9 @@ BuildRequires: systemd
# Needed for python2 and python3 compatible
Requires: python-six
Requires: python-docker
Requires: python-kubernetes
%description
System Inventory

View File

@ -37,4 +37,5 @@ python-magnumclient>=2.0.0 # Apache-2.0
psutil
simplejson>=2.2.0 # MIT
rpm
docker # Apache-2.0
kubernetes # Apache-2.0

View File

@ -29,5 +29,3 @@ python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
python-cephclient
python-ldap>=3.1.0
markupsafe
docker
# Babel>=0.9.6