All platforms are python3 now
Change-Id: Ie9f4c7e52f23a45bb8cf70a5fddf1b21a40d7000
| ... | ... |
@@ -117,7 +117,7 @@ function install_nova_hypervisor {
|
| 117 | 117 |
# Workaround for missing dependencies in python-libguestfs |
| 118 | 118 |
install_package python-libguestfs guestfs-data augeas augeas-lenses |
| 119 | 119 |
elif is_fedora; then |
| 120 |
- install_package python-libguestfs |
|
| 120 |
+ install_package python3-libguestfs |
|
| 121 | 121 |
fi |
| 122 | 122 |
fi |
| 123 | 123 |
} |