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:
parent
209773755d
commit
063548a931
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue