Commit d0d3ebbc by Arun Babu Neelicattu Committed by finswimmer

install: skip unsupported binary distributions

Resolves: #3045
parent 04833bc4
...@@ -63,7 +63,7 @@ class Chooser: ...@@ -63,7 +63,7 @@ class Chooser:
): ):
continue continue
if link.ext == ".egg": if link.ext in {".egg", ".exe", ".msi", ".rpm", ".srpm"}:
continue continue
links.append(link) links.append(link)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment