Closed stweil closed 5 years ago
sort -R depends on OpenSSL and does not work on macOS because of missing named pipes, so replace it with a well defined pseudo random shuffling Python script.
Signed-off-by: Stefan Weil sw@weilnetz.de
This fixes issue #85.
We already depend on python3 for generate_line_box.py, so I prefer to keep that uniform.
python3
generate_line_box.py
sort -R depends on OpenSSL and does not work on macOS because of missing named pipes, so replace it with a well defined pseudo random shuffling Python script.
Signed-off-by: Stefan Weil sw@weilnetz.de