Skip to content

Commit c38aa6c

Browse files
committed
pynfs: install xdrlib3
As of python 3.13, xdrlib is no longer included. Install xdrlib3, which is a fork of the original xdrlib module. Reviewed-by: Chuck Lever <[email protected]> Signed-off-by: Jeff Layton <[email protected]>
1 parent d252400 commit c38aa6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

playbooks/roles/pynfs/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
when:
7171
- not kdevops_workflows_dedicated_workflow|bool
7272

73+
- name: Install xdrlib3
74+
tags: [ 'pynfs' ]
75+
ansible.builtin.pip:
76+
name: xdrlib3
77+
7378
- name: Build pynfs
7479
tags: [ 'pynfs' ]
7580
command: ./setup.py build

0 commit comments

Comments
 (0)