[delocate-addplat] parse_wheel_filename
may return wrong package name
#175
Labels
parse_wheel_filename
may return wrong package name
#175
Describe the bug
The
parse_wheel_filename
method that is involved in the CLI commanddelocate-addplat
returns the "canonical" package name as first output argument, i.e. underscores are replaced by dashes if any. This name is then used to defined where to find thedist-info
. However, the name that is actually used to prependdist-info
is actually doing the contrary (using dashes in place of underscores), leading to failure.To Reproduce
Here is an example of such a failure:
The complete log file is available here.
Expected behavior
The package names used to create and search
dist-info
should be consistent.Wheels used
Could be added if necessary
Platform (please complete the following information):
Additional context
It was working just find before this MR #141
The text was updated successfully, but these errors were encountered: