All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-crc16: allow to build with python3
@ 2020-12-21 18:24 Marcin Niestroj
  2020-12-23 12:23 ` Peter Korsgaard
  2020-12-24 11:48 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Niestroj @ 2020-12-21 18:24 UTC (permalink / raw)
  To: buildroot

python3 is officially supported by package, as there is a usage example
at [1]. Simply remove dependency on BR2_PACKAGE_PYTHON.

[1] https://pypi.org/project/crc16/

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-crc16/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-crc16/Config.in b/package/python-crc16/Config.in
index b7a10b66ad..06ad00778c 100644
--- a/package/python-crc16/Config.in
+++ b/package/python-crc16/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_CRC16
 	bool "python-crc16"
-	depends on BR2_PACKAGE_PYTHON
 	help
 	  This library calculates only CRC16 (16-bit codes) and the
 	  only supported variant at the moment is CRC-CCITT (XModem).
-- 
2.29.2

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

* [Buildroot] [PATCH] package/python-crc16: allow to build with python3
  2020-12-21 18:24 [Buildroot] [PATCH] package/python-crc16: allow to build with python3 Marcin Niestroj
@ 2020-12-23 12:23 ` Peter Korsgaard
  2020-12-24 11:48 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-23 12:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes:

 > python3 is officially supported by package, as there is a usage example
 > at [1]. Simply remove dependency on BR2_PACKAGE_PYTHON.

 > [1] https://pypi.org/project/crc16/

 > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/python-crc16: allow to build with python3
  2020-12-21 18:24 [Buildroot] [PATCH] package/python-crc16: allow to build with python3 Marcin Niestroj
  2020-12-23 12:23 ` Peter Korsgaard
@ 2020-12-24 11:48 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-24 11:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes:

 > python3 is officially supported by package, as there is a usage example
 > at [1]. Simply remove dependency on BR2_PACKAGE_PYTHON.

 > [1] https://pypi.org/project/crc16/

 > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Committed to 2020.02.x, 2020.08.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-12-24 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 18:24 [Buildroot] [PATCH] package/python-crc16: allow to build with python3 Marcin Niestroj
2020-12-23 12:23 ` Peter Korsgaard
2020-12-24 11:48 ` 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.