mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
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:
committed by
Pierre-Yves Chibon
parent
209773755d
commit
063548a931
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user