* [Buildroot] [PATCH] python-paramiko: sort runtime dependencies in alphabetical order
@ 2017-06-13 8:59 yegorslists at googlemail.com
2017-06-15 20:37 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2017-06-13 8:59 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-paramiko/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-paramiko/Config.in b/package/python-paramiko/Config.in
index 7d20d04d2..1f86af3be 100644
--- a/package/python-paramiko/Config.in
+++ b/package/python-paramiko/Config.in
@@ -1,12 +1,12 @@
config BR2_PACKAGE_PYTHON_PARAMIKO
bool "python-paramiko"
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
- select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
- select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+ select BR2_PACKAGE_PYTHON_BCRYPT # runtime
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_PYASN # runtime
select BR2_PACKAGE_PYTHON_PYNACL # runtime
- select BR2_PACKAGE_PYTHON_BCRYPT # runtime
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
help
SSH2 protocol library.
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] python-paramiko: sort runtime dependencies in alphabetical order
2017-06-13 8:59 [Buildroot] [PATCH] python-paramiko: sort runtime dependencies in alphabetical order yegorslists at googlemail.com
@ 2017-06-15 20:37 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-15 20:37 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 13 Jun 2017 10:59:50 +0200, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/python-paramiko/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-15 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13 8:59 [Buildroot] [PATCH] python-paramiko: sort runtime dependencies in alphabetical order yegorslists at googlemail.com
2017-06-15 20:37 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox