mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: [ptxdist] [PATCH] nfsutils: add Python as runtime dependency
Date: Fri,  9 Feb 2018 15:37:49 +0100	[thread overview]
Message-ID: <20180209143749.12665-1-m.tretter@pengutronix.de> (raw)

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

             reply	other threads:[~2018-02-09 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09 14:37 Michael Tretter [this message]
2018-02-14 16:49 ` Michael Olbrich

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=20180209143749.12665-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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