commit | 00e5a98eead98172bbde67b500e985b62c4f080a | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed May 17 00:41:04 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed May 17 00:41:04 2017 +0000 |
tree | eae2cd5a8500cd6b24b54727b957ca86b36f6bd7 | |
parent | 1f55d38911cec5e597e7b10cc7324804c2ba063f [diff] | |
parent | 954fd1b729f792dc6cbc470285a5e147053147a8 [diff] |
Merge "Use -y with 'pip uninstall'"
diff --git a/inc/python b/inc/python index a004217..4c443d6 100644 --- a/inc/python +++ b/inc/python
@@ -362,7 +362,7 @@ local sudo_pip="sudo -H" fi # don't error if we can't uninstall, it might not be there - $sudo_pip $cmd_pip uninstall $name || /bin/true + $sudo_pip $cmd_pip uninstall -y $name || /bin/true } # get version of a package from global requirements file