summaryrefslogtreecommitdiffstats
path: root/development/rustup
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2020-08-29 12:15:00 +1200
committer Andrew Clemons <andrew.clemons@gmail.com>2020-08-29 12:37:17 +1200
commit51df4d0c607e2ccbc7607e974bc8069522153bee (patch)
tree1a0e8dab4971adb5e77ffe4739c4cca1c3c6105b /development/rustup
parent1a5a6a586430a13de6d7bf130aac35c58e61da05 (diff)
downloadslackbuilds-51df4d0c607e2ccbc7607e974bc8069522153bee.tar.gz
slackbuilds-51df4d0c607e2ccbc7607e974bc8069522153bee.tar.xz
development/rustup: Remove python dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rustup')
-rw-r--r--development/rustup/rustup.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild
index 6e71127f09..fc618189fa 100644
--- a/development/rustup/rustup.SlackBuild
+++ b/development/rustup/rustup.SlackBuild
@@ -115,7 +115,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
)