mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] nfsutils: add Python as runtime dependency
@ 2018-02-09 14:37 Michael Tretter
  2018-02-14 16:49 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2018-02-09 14:37 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

nfsiostat is a Python script and uses /usr/bin/python as shebang.
Therefore, nfsutils should select Python as a runtime dependency.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/nfsutils.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/nfsutils.in b/rules/nfsutils.in
index c813b4745..68ebfbb1f 100644
--- a/rules/nfsutils.in
+++ b/rules/nfsutils.in
@@ -7,6 +7,8 @@ menuconfig NFSUTILS
 	select UTIL_LINUX_NG
 	select UTIL_LINUX_NG_LIBMOUNT
 	select RPCBIND			if RUNTIME
+	select PYTHON			if RUNTIME
+	select PYTHON_SYMLINK		if RUNTIME
 	select LIBTIRPC			if GLOBAL_IPV6
 	help
 	  The Sun Network Filesystem (NFS) protocol provides transparent remote
-- 
2.15.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2018-02-14 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09 14:37 [ptxdist] [PATCH] nfsutils: add Python as runtime dependency Michael Tretter
2018-02-14 16:49 ` Michael Olbrich

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