Skip to content

Commit

Permalink
Merge pull request #3 from osmhpi/ns-3-wheel-all-py3
Browse files Browse the repository at this point in the history
relax requirements for ns-3 wheel, fixes #2
  • Loading branch information
rs22 authored Mar 24, 2021
2 parents 1715389 + 1cb1d5c commit 0693278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns-3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ done
run mkdir dist2
run python3 -m wheel pack -d dist2 "$ns3_patch"

asset_path="$base/ns-$NS3_VERSION-cp37-cp37m-linux_x86_64.whl"
asset_path="$base/ns-$NS3_VERSION-py3-none-linux_x86_64.whl"
run cp "dist2/ns-$NS3_VERSION-py3-none-any.whl" "$asset_path"

section ---------------- asset ----------------
Expand Down

0 comments on commit 0693278

Please sign in to comment.