Add python3-celery to Vagrantfile

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
Chenxiong Qi
2019-11-27 16:09:08 +08:00
committed by mprahl
parent d5cb97b4b6
commit e673f690a9

1
Vagrantfile vendored
View File

@@ -8,6 +8,7 @@ $script = <<SCRIPT
source /etc/profile.d/module_build_service_developer_env.sh
dnf install -y \
bash-completion \
python3-celery \
python3-flake8 \
python3-mock \
python3-pytest \