python-specfile/plans/packit-integration.fmf
Packit a6509ffecc [packit] 0.14.0 upstream release
Upstream tag: 0.14.0
Upstream commit: 78e2e8b3

Signed-off-by: Packit <hello@packit.dev>
2023-02-23 16:14:51 +00:00

19 lines
662 B
Text

discover:
how: fmf
url: https://github.com/packit/packit
filter: tier:0 | tier:1
ref: f18369ebcfbf9207f771fb1e9ec8e6c4b4467318
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