Closed toddrme2178 closed 4 years ago
I agree. I was planning on dropping py2 support around the time the clock expires but I can also do it sooner if it's useful on your side (don't think many people will mind).
I have a workaround for now. It is up to you.
The
shutilwhich
package is needed for python2, but not python3 which has it built-in. However, it is listed as a requirement even for python3, which means it will get pulled in for no reason.We have this package in openSUSE, and this dependency causes a problem because we don't have a python3 version of
shutilwhich
(there is no point). But packages that depend onpanflute
end up failing becausepanflute
incorrectly says it needsshutilwhich
for python3.