From: Jeff Layton <jlayton@kernel.org>
To: Chuck Lever <cel@kernel.org>,
Luis Chamberlain <mcgrof@kernel.org>,
Daniel Gomez <da.gomez@samsung.com>
Cc: kdevops@lists.linux.dev, Jeff Layton <jlayton@kernel.org>
Subject: [PATCH] pynfs: explicitly install python3-setuptools and python3-packaging
Date: Thu, 08 Jan 2026 09:36:22 -0500 [thread overview]
Message-ID: <20260108-pynfs-v1-1-e705523673f7@kernel.org> (raw)
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 <jlayton@kernel.org>
---
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 <jlayton@kernel.org>
next reply other threads:[~2026-01-08 14:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-08 14:36 Jeff Layton [this message]
2026-01-08 15:13 ` [PATCH] pynfs: explicitly install python3-setuptools and python3-packaging Chuck Lever
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260108-pynfs-v1-1-e705523673f7@kernel.org \
--to=jlayton@kernel.org \
--cc=cel@kernel.org \
--cc=da.gomez@samsung.com \
--cc=kdevops@lists.linux.dev \
--cc=mcgrof@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox