summaryrefslogtreecommitdiffstats
path: root/system/ripgrep
diff options
context:
space:
mode:
author Andrew Clemons2020-08-29 02:10:40 +0200
committer Andrew Clemons2020-08-29 02:37:17 +0200
commita25db6516f88ab00677dac0e4d39dbede2461360 (patch)
treea62bb1b0595a6a57a5eca28fdc446a75388e7c91 /system/ripgrep
parentd90591b4c4459c31a282d7786291ac8daf4a78c4 (diff)
downloadslackbuilds-a25db6516f88ab00677dac0e4d39dbede2461360.tar.gz
system/ripgrep: Remove python dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/ripgrep')
-rw-r--r--system/ripgrep/ripgrep.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild
index 6a4dfc2a0e..3e469f5fd7 100644
--- a/system/ripgrep/ripgrep.SlackBuild
+++ b/system/ripgrep/ripgrep.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
)