Hi, I tried to add python3-redis to my yocto (zeus) and when I try to do "import redis" I get the error ModuleNotFoundError: No module named 'hashlib'
I think that the library should be added to the recipe as a dependency.
Edit:
Looks like the missing library is python3-cryptography