diff mbox series

[1/3] nfs-utils: remove python hashbang rewrites

Message ID 20250206133114.2974225-1-ross.burton@arm.com
State Accepted, archived
Commit 85ae456a12bccabc62cb0906b92d6705f88c932f
Headers show
Series [1/3] nfs-utils: remove python hashbang rewrites | expand

Commit Message

Ross Burton Feb. 6, 2025, 1:31 p.m. UTC
These were replaced with python3 in 2.5.2 (commit d1683f).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
index 18c4a249b33..ff02a3aea01 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
@@ -149,7 +149,4 @@  do_install:append () {
 	# chown the directories and files
 	chown -R rpcuser:rpcuser ${D}${localstatedir}/lib/nfs/statd
 	chmod 0644 ${D}${localstatedir}/lib/nfs/statd/state
-
-	# Make python tools use python 3
-	sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${sbindir}/mountstats ${D}${sbindir}/nfsiostat
 }