Commit df5f66c
committed
pynfs: fix debian missing setuptools build dep
Add python3-setuptools for building pynfs.
Fixes error:
[ERROR]: Task failed: Module failed: non-zero return code
Origin:
/media/tarkir/dagomez/src/linux-kdevops/kdevops/playbooks/roles/pynfs/
tasks/main.yml:75:3
73 - not kdevops_workflows_dedicated_workflow|bool
74
75 - name: Build pynfs
^ column 3
fatal: [debian13-nfsd]: FAILED! => {"changed": true, "cmd":
["./setup.py", "build"], "delta": "0:00:00.023294", "end": "2025-07-24
19:11:10.100543", "msg": "non-zero return code", "rc": 1, "start":
"2025-07-24 19:11:10.077249", "stderr": "Traceback (most recent call
last):\n File \"/data/pynfs/./setup.py\", line 5, in <module>\n
from setuptools import setup\nModuleNotFoundError: No module named
'setuptools'", "stderr_lines": ["Traceback (most recent call last):",
" File \"/data/pynfs/./setup.py\", line 5, in <module>", " from
setuptools import setup", "ModuleNotFoundError: No module named
'setuptools'"], "stdout": "", "stdout_lines": []}
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>1 parent 5eef0cf commit df5f66c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments