On Mon, Feb 18, 2019 at 12:49:29AM -0500, Kurt Mosiejczuk wrote:
> This is an update for py-typing to bring it from 3.6.4 to 3.6.6
>
> py-typing backports the typing functionality from 3.6+ to python
> versions before 3.5. Since we ship 3.6.8 now, there is no longer
> a reason to have a python3 flavor. Installing a python3 version
> does nothing at this point. So I removed the python3 flavor.
Makes sense to me, however the list of reverse dependencies is rather
big; did you check whether none of those usese the python3 flavor. that
is whether its dependency can be removed?
> 3.6.6 introduced one new test where they called "python" for the
> test so it failed. I patched it to call python2 and now all tests
> pass.
You could also create a symlink in ${WRKDIR}/bin to avoid the patch,
I think.