Skip to content

Commit

Permalink
Fedora 39 needs python3-wheel for python3.12, too.
Browse files Browse the repository at this point in the history
There is no strict dependency from 'pip' to the 'wheel'
package on Fedora.

Refs #36
  • Loading branch information
rcrdnalor committed Jan 26, 2024
1 parent 979b246 commit 0e8d6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/mythtv-dnf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,11 @@
when: (ansible_distribution == "CentOS" and ansible_distribution_major_version|int > 8) or
(ansible_distribution == "Rocky" and ansible_distribution_major_version|int > 8)

- name: add python3-pip module - Fedora 39+
- name: add python3-pip and wheel modules - Fedora 39+
set_fact:
dnf_pkg_lst:
- '{{ dnf_pkg_lst }}'
- python3-wheel
- python3-pip
when:
- ansible_distribution == "Fedora" and ansible_distribution_version|int >= 39
Expand Down

0 comments on commit 0e8d6c0

Please sign in to comment.