aboutsummaryrefslogtreecommitdiff
path: root/system/ripgrep
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2020-08-29 12:10:40 +1200
committerAndrew Clemons <andrew.clemons@gmail.com>2020-08-29 12:37:17 +1200
commita25db6516f88ab00677dac0e4d39dbede2461360 (patch)
treea62bb1b0595a6a57a5eca28fdc446a75388e7c91 /system/ripgrep
parentd90591b4c4459c31a282d7786291ac8daf4a78c4 (diff)
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 6a4dfc2a0e5c..3e469f5fd7d1 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
)