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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-04 14:35:17 -08:00 committed by Pierre-Yves Chibon
parent 209773755d
commit 063548a931

View file

@ -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"