Re: security/py-ecdsa missing RDEP on devel/py-six?

2020-02-23 Thread Benoit Lecocq
On 23/02/2020 10:02, Theo Buehler wrote: In a port I'm working on that uses py-ecdsa, I ran into failures like the following: File "/usr/local/lib/python3.7/site-packages/ecdsa/keys.py", line 71, in from six import PY3, b ModuleNotFoundError: No module named 'six' So I think we

security/py-ecdsa missing RDEP on devel/py-six?

2020-02-23 Thread Theo Buehler
In a port I'm working on that uses py-ecdsa, I ran into failures like the following: File "/usr/local/lib/python3.7/site-packages/ecdsa/keys.py", line 71, in from six import PY3, b ModuleNotFoundError: No module named 'six' So I think we need the diff below, but I'm very new to Python