Skip to content

Commit

Permalink
Install python-build for Python projects using it (#200)
Browse files Browse the repository at this point in the history
Install python-build for Python projects using it

Related to packit/ogr#808.

Reviewed-by: Maja Massarini
Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents 9d5409c + c35de8d commit a7f40ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/install-rpm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
install_weak_deps: False
tags:
- basic-image
- name: Install python-build that is not packaged for EL9.
ansible.builtin.pip:
name: build
tags:
- basic-image
- name: Install all RPM packages needed to hack on sandcastle.
ansible.builtin.dnf:
name:
Expand Down

0 comments on commit a7f40ec

Please sign in to comment.