system/alacritty: Remove python dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2020-08-29 12:11:02 +12:00
parent a25db6516f
commit aab6ec273a
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ mkdir vendor
fi
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
)