Blob Blame History Raw
discover:
    how: fmf
    url: https://github.com/packit/packit
    filter: tier:0 | tier:1
    ref: a4b3c4f91d339a3e52d5583e2bf8488fb55b0e51
adjust:
  - when: how == integration
    because: provide latest python-specfile rpm when running locally
    prepare+:
      - name: python3-specfile rpm
        how: install
        directory: noarch/
  - when: distro == rhel-9 or distro == centos-9 or distro == centos-stream-9
    because: 'flexmock and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251'
    prepare+:
      - how: install
        package: python3-pip
      - how: shell
        script: pip3 install flexmock deepdiff