Re: security/py-scrypt: missing WANTLIB

2022-01-21 Thread Theo Buehler
> The following diff adds WANTLIB to help the port to update for the > next bump. ok tb

security/py-scrypt: missing WANTLIB

2022-01-21 Thread Sebastien Marie
Hi, It seems that security/py-scrypt has missing WANTLIB for system shared library. Currently, it doesn't have any WANTLIB, but it is a c module which depends on crypto and pthread. With the recent crypto bump, it fails to run: $ python3 -c 'from scrypt import hash' Traceback (most recent call