From bbf3221844caa1cc098bf9e7906833b50fbdce2f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 04 2020 22:35:17 +0000 Subject: openqa/dispatcher: drop --nodeps from setup.py install This was an old fedmsg Python 2 vs. Python 3 thing that's no longer needed. Signed-off-by: Adam Williamson --- diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index 60ec781..176a9ed 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -212,7 +212,7 @@ check_mode: no - name: Install fedora_openqa - command: "python3 setup.py install --nodeps" + command: "python3 setup.py install" args: chdir: /root/fedora_openqa when: "gittools is changed or not insttools.stat.exists"