[Patchew-devel] [PATCH 2/5] deploy: install Python 3 pip

Paolo Bonzini pbonzini at redhat.com
Tue Mar 13 17:45:42 UTC 2018


We do not really need the Python 2.x pip for anything.  In the end
Python 3.x pip is probably already there because Fedora has it as
a dependency of python3, but let's just be clean and install it.

Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 scripts/playbooks/tasks/docker-deploy.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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





More information about the Patchew-devel mailing list