languate/python: further update pure Python wheel detection
This commit is contained in:
parent
e8f4a8e1a7
commit
5f188b830e
@ -399,7 +399,7 @@ module Language
|
||||
if t.is_a?(Resource)
|
||||
t.stage do
|
||||
target = Pathname.pwd
|
||||
target /= t.downloader.basename if t.url&.match?("py3.*-none-any.whl$")
|
||||
target /= t.downloader.basename if t.url&.match?("[.-]py3[^-]*-none-any\.whl$")
|
||||
do_install(target, build_isolation:)
|
||||
end
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user