openembedded / meta-openembedded

MIT License
398 stars 690 forks source link

python3-paramiko rdepends on bcrypt, cryptography pynacl #283

Open simingy opened 3 years ago

simingy commented 3 years ago

paramiko has an installation dependency on:

 # snippet from https://github.com/paramiko/paramiko/blob/master/setup.py
    install_requires=["bcrypt>=3.1.3", "cryptography>=2.5", "pynacl>=1.0.1"],

seems like the recipe https://github.com/openembedded/meta-openembedded/blob/master/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb does not have this relationship declared

kraj commented 3 years ago

thanks for your report @simingy, this seems like a bug, before someone works on it I would like to ask if you have fixed it locally? if so can you post the patch here

simingy commented 3 years ago

@kraj I did fix it locally, i will push a PR

simingy commented 3 years ago

raised https://github.com/openembedded/meta-openembedded/pull/284