-
Notifications
You must be signed in to change notification settings - Fork 714
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
Labels
Comments
simingy
changed the title
python3-paramiko rdepends on bcrypt, cryptography pynacl>
python3-paramiko rdepends on bcrypt, cryptography pynacl
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 I did fix it locally, i will push a PR |
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
paramiko has an installation dependency on:
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
The text was updated successfully, but these errors were encountered: