Remove erroneous installing of python-nss
for the devstack gate, python-nss was being installed with pip. This was problematic since that already is a dependency for dogtag, and when trying to install it with yum/dnf it was resulting in an error message. Change-Id: I88626f0cc21b0cd23fb23ed8266e8330a2a5969d
This commit is contained in:
parent
7adaba348f
commit
529b8d7353
@ -476,7 +476,6 @@ EOF
|
||||
|
||||
function install_dogtag_plugin_dependencies {
|
||||
install_package nss-devel
|
||||
pip_install 'python-nss'
|
||||
}
|
||||
|
||||
function install_dogtag_components {
|
||||
|
Loading…
x
Reference in New Issue
Block a user