[PATCH] pynfs: explicitly install python3-setuptools and python3-packaging

Jeff Layton <[email protected]> Thu, 08 Jan 2026 09:36:22 -0500
Newsgroups dev.linux.lists.kdevops
Message-ID <[email protected]>
The pynfs setup was breaking for me on a Fedora 42 guest. Adding these
two packages (which are necessary) to be explicitly installed seems to
fix it.

Signed-off-by: Jeff Layton <[email protected]>
---
I'm guessing something changed in package dependencies recently, and
these are no longer getting installed automatically.
---
 playbooks/roles/pynfs/tasks/install-deps/redhat/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/playbooks/roles/pynfs/tasks/install-deps/redhat/main.yml b/playbooks/roles/pynfs/tasks/install-deps/redhat/main.yml
index 6046c84ac4c42f3df1242f6b71403fb25b46a2fe..066e073ae36b9fc3350e9783c47efd57bb540523 100644
--- a/playbooks/roles/pynfs/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/pynfs/tasks/install-deps/redhat/main.yml
@@ -23,6 +23,8 @@
       - swig
       - python3-gssapi
       - python3-ply
+      - python3-setuptools
+      - python3-packaging
 
 - name: Install xdrlib3
   ansible.builtin.pip:

---
base-commit: 346717537ce33c6f28c6cf5ae8edaa7bb4207ce1
change-id: 20260108-pynfs-26a3229ca92d

Best regards,
-- 
Jeff Layton <[email protected]>