diff options
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 |
commit | 51df4d0c607e2ccbc7607e974bc8069522153bee (patch) | |
tree | 1a0e8dab4971adb5e77ffe4739c4cca1c3c6105b /development/rustup | |
parent | 1a5a6a586430a13de6d7bf130aac35c58e61da05 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild index 6e71127f0917..fc618189fa80 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 ) |