provision: Use virtualenv instead of python-virtualenv on Fedora.

The package name changed at some point.
This commit is contained in:
rht
2018-12-17 20:15:46 +00:00
committed by Tim Abbott
parent 75134ef614
commit 17ffbdabe2
2 changed files with 2 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ COMMON_YUM_VENV_DEPENDENCIES = [
"libmemcached-devel",
"python-devel",
"python2-pip",
"python-virtualenv",
"python-six",
"libxml2-devel",
"libxslt-devel",