Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-paramiko rdepends on bcrypt, cryptography pynacl #283

Open
simingy opened this issue Oct 5, 2020 · 3 comments
Open

python3-paramiko rdepends on bcrypt, cryptography pynacl #283

simingy opened this issue Oct 5, 2020 · 3 comments
Labels

Comments

@simingy
Copy link
Contributor

simingy commented Oct 5, 2020

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

@simingy simingy changed the title python3-paramiko rdepends on bcrypt, cryptography pynacl> python3-paramiko rdepends on bcrypt, cryptography pynacl Oct 5, 2020
@kraj
Copy link
Contributor

kraj commented Oct 5, 2020

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

@kraj kraj added the bug label Oct 5, 2020
@simingy
Copy link
Contributor Author

simingy commented Oct 6, 2020

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

@simingy
Copy link
Contributor Author

simingy commented Oct 6, 2020

raised #284

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jul 5, 2022
Changelog:
==========
 * Updated translations
 * Fixed incorrect history with bits toggling openembedded#281
 * Fixed crash when typing in variable popover openembedded#282
 * Fixed incorrect libxml usage openembedded#283

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 6, 2023
Changelog:
=============
 bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283.
 Fix for using numpy integers as integer parameters. Bug openembedded#286.
 Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
 Improvements when pretty-printing the Array.
 Array.count() can now count 'nan' values for floating point types.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 6, 2023
Changelog:
=============
 bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283.
 Fix for using numpy integers as integer parameters. Bug openembedded#286.
 Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
 Improvements when pretty-printing the Array.
 Array.count() can now count 'nan' values for floating point types.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 6, 2023
Changelog:
=============
 bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283.
 Fix for using numpy integers as integer parameters. Bug openembedded#286.
 Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
 Improvements when pretty-printing the Array.
 Array.count() can now count 'nan' values for floating point types.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 7, 2023
Changelog:
=============
 bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283.
 Fix for using numpy integers as integer parameters. Bug openembedded#286.
 Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
 Improvements when pretty-printing the Array.
 Array.count() can now count 'nan' values for floating point types.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 7, 2023
Changelog:
=============
 bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283.
 Fix for using numpy integers as integer parameters. Bug openembedded#286.
 Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead.
 Improvements when pretty-printing the Array.
 Array.count() can now count 'nan' values for floating point types.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants