public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] pynfs: explicitly install python3-setuptools and python3-packaging
@ 2026-01-08 14:36 Jeff Layton
  2026-01-08 15:13 ` Chuck Lever
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2026-01-08 14:36 UTC (permalink / raw)
  To: Chuck Lever, Luis Chamberlain, Daniel Gomez; +Cc: kdevops, Jeff Layton

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>


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

* Re: [PATCH] pynfs: explicitly install python3-setuptools and python3-packaging
  2026-01-08 14:36 [PATCH] pynfs: explicitly install python3-setuptools and python3-packaging Jeff Layton
@ 2026-01-08 15:13 ` Chuck Lever
  0 siblings, 0 replies; 2+ messages in thread
From: Chuck Lever @ 2026-01-08 15:13 UTC (permalink / raw)
  To: Jeff Layton, Luis Chamberlain, Daniel Gomez; +Cc: kdevops



On Thu, Jan 8, 2026, at 9:36 AM, Jeff Layton wrote:
> 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>

Reviewed-by: Chuck Lever <cel@kernel.org>


-- 
Chuck Lever

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

end of thread, other threads:[~2026-01-08 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-08 14:36 [PATCH] pynfs: explicitly install python3-setuptools and python3-packaging Jeff Layton
2026-01-08 15:13 ` Chuck Lever

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