[patchew-devel] [PATCH 1/4] Fix python 3 package name in docker deployment

Fam Zheng posted 4 patches 7 years, 2 months ago
There is a newer version of this series
[patchew-devel] [PATCH 1/4] Fix python 3 package name in docker deployment
Posted by Fam Zheng 7 years, 2 months ago
Python34 is a more reliable package name.

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 scripts/playbooks/tasks/docker-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/playbooks/tasks/docker-deploy.yml b/scripts/playbooks/tasks/docker-deploy.yml
index 99a0e04..21c8a8d 100644
--- a/scripts/playbooks/tasks/docker-deploy.yml
+++ b/scripts/playbooks/tasks/docker-deploy.yml
@@ -4,7 +4,7 @@
     name: python2-pip
 - name: Install Python 3
   package:
-    name: python3
+    name: python34
 - name: Install docker
   package:
     name: docker
-- 
2.14.3