public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH kdevops v2] pynfs: install xdrlib3
@ 2025-02-11 16:38 Jeff Layton
  2025-02-11 16:52 ` Chuck Lever
  2025-02-12  7:41 ` Daniel Gomez
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff Layton @ 2025-02-11 16:38 UTC (permalink / raw)
  To: kdevops
  Cc: Chuck Lever, Scott Mayhew, Anna Schumaker, Olga Kornievskaia,
	Jeff Layton

As of python 3.13, xdrlib is no longer included. Install xdrlib3, which
is a fork of the original xdrlib module.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Changes in v2:
- use ansible pip module instead of running shell command
- Link to v1: https://lore.kernel.org/r/20250211-xdrlib-v1-1-71e9c96948a8@kernel.org
---
 playbooks/roles/pynfs/tasks/main.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/playbooks/roles/pynfs/tasks/main.yml b/playbooks/roles/pynfs/tasks/main.yml
index c6add8e47fec298e2c7351805a42307ee8398e3c..d3b8832409b17fbc03a2a3e625e0d319a45af919 100644
--- a/playbooks/roles/pynfs/tasks/main.yml
+++ b/playbooks/roles/pynfs/tasks/main.yml
@@ -70,6 +70,11 @@
   when:
     - not kdevops_workflows_dedicated_workflow|bool
 
+- name: Install xdrlib3
+  tags: [ 'pynfs' ]
+  ansible.builtin.pip:
+    name: xdrlib3
+
 - name: Build pynfs
   tags: [ 'pynfs' ]
   command: ./setup.py build

---
base-commit: 447b2ca0ac70d6538e62c05a3216434f12418470
change-id: 20250211-xdrlib-bd75594d67dc

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-12 13:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11 16:38 [PATCH kdevops v2] pynfs: install xdrlib3 Jeff Layton
2025-02-11 16:52 ` Chuck Lever
2025-02-12  7:41 ` Daniel Gomez
2025-02-12 13:00   ` Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox