summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andrew Clemons2020-08-29 02:14:08 +0200
committer Andrew Clemons2020-08-29 02:37:17 +0200
commit1a5a6a586430a13de6d7bf130aac35c58e61da05 (patch)
tree3aec73249f9ac185f639babc5271ac721c0a08b2 /system
parentcf1dab62dc3c2ae57de203374e44ce3c73668e4e (diff)
downloadslackbuilds-1a5a6a586430a13de6d7bf130aac35c58e61da05.tar.gz
system/fd: Remove python dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/fd/fd.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fd/fd.SlackBuild b/system/fd/fd.SlackBuild
index 51e82e4b94..e3d5946626 100644
--- a/system/fd/fd.SlackBuild
+++ b/system/fd/fd.SlackBuild
@@ -119,7 +119,7 @@ mkdir vendor
sha256sum "$CWD/$dep-$ver.crate" | cut -f1 -d' ' | sed 's/$/"/'
printf "}\n"
- } | python -c "import sys, json; data = sys.stdin.read(); print json.dumps(json.loads(data), sort_keys=True, indent=4, separators=(',', ' : '))" > $dep-$ver/.cargo-checksum.json
+ } > $dep-$ver/.cargo-checksum.json
done
)