All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-paramiko: drop python-pyasn1 dependency
@ 2021-04-04 21:13 Fabrice Fontaine
  2021-04-05  7:28 ` Peter Korsgaard
  2021-04-06  7:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-04-04 21:13 UTC (permalink / raw)
  To: buildroot

python-pyasn1 is truly optional since version 2.5.0 and
https://github.com/paramiko/paramiko/commit/a31818c28556055341ae3d249e3893d40eb2b232

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-paramiko/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-paramiko/Config.in b/package/python-paramiko/Config.in
index e33199c82c..993c84ef4d 100644
--- a/package/python-paramiko/Config.in
+++ b/package/python-paramiko/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_PYTHON_PARAMIKO
 	depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
 	select BR2_PACKAGE_PYTHON_BCRYPT # runtime
 	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
-	select BR2_PACKAGE_PYTHON_PYASN1 # runtime
 	select BR2_PACKAGE_PYTHON_PYNACL # runtime
 	select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
 	select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-paramiko: drop python-pyasn1 dependency
  2021-04-04 21:13 [Buildroot] [PATCH 1/1] package/python-paramiko: drop python-pyasn1 dependency Fabrice Fontaine
@ 2021-04-05  7:28 ` Peter Korsgaard
  2021-04-06  7:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-04-05  7:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > python-pyasn1 is truly optional since version 2.5.0 and
 > https://github.com/paramiko/paramiko/commit/a31818c28556055341ae3d249e3893d40eb2b232

Good catch!

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-paramiko: drop python-pyasn1 dependency
  2021-04-04 21:13 [Buildroot] [PATCH 1/1] package/python-paramiko: drop python-pyasn1 dependency Fabrice Fontaine
  2021-04-05  7:28 ` Peter Korsgaard
@ 2021-04-06  7:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-04-06  7:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > python-pyasn1 is truly optional since version 2.5.0 and
 > https://github.com/paramiko/paramiko/commit/a31818c28556055341ae3d249e3893d40eb2b232

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-06  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 21:13 [Buildroot] [PATCH 1/1] package/python-paramiko: drop python-pyasn1 dependency Fabrice Fontaine
2021-04-05  7:28 ` Peter Korsgaard
2021-04-06  7:44 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.