diff --git a/files/install-deps-worker.yaml b/files/install-deps-worker.yaml index b4c8831a6..3fcfa7a4e 100644 --- a/files/install-deps-worker.yaml +++ b/files/install-deps-worker.yaml @@ -44,6 +44,16 @@ - epel-rpm-macros # for the `pkg_tool` switch to allow centpkg - centpkg + - libcurl-devel + - python3-cccolutils + - python3-copr + - python3-GitPython + - python3-marshmallow + - python3-marshmallow-enum + - python3-fedora + - python3-gnupg + - python3-rpkg + - python3-tabulate state: present install_weak_deps: False - name: Install pip deps @@ -65,12 +75,18 @@ name: - python3-ogr - python3-specfile - - packit + #- packit state: latest - name: Install OpenScanHub client from Copr ansible.builtin.dnf: name: osh-client state: latest + - name: Install packit from dev branch + pip: + name: + - git+https://github.com/majamassarini/packit@remove-deprecated-code + executable: pip3 + extra_args: --no-deps - name: Install OKD CLI (oc) # sandcastle ansible.builtin.unarchive: src: https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz