Skip to content
Snippets Groups Projects
Commit 4f360062 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

bin/pip-swh-packages: remove [extras] markers before topo-sorting

parent e6fbb0f3
No related branches found
No related tags found
1 merge request!96bin/install: install packages one by one and enforce prerequisites
......@@ -9,11 +9,11 @@ fi
./bin/py-depgraph |
grep -- '->' |
sed -e 's/[";]//g' -e 's/->//g' |
sed -e 's/[";]//g' -e 's/->//g' -e 's/\[.*$//g' |
tsort |
tac |
grep '^swh\.' |
sed 's:\.:-:g' |
sed 's:^:-e :' |
sed "s/$/$suffix/" |
sed -e 's/\]\[/,/g'
sed 's/\]\[/,/g'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment