[Buildroot] [git commit branch/2020.11.x] package/python-crc16: allow to build with python3

Peter Korsgaard peter at korsgaard.com
Thu Dec 24 11:48:13 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=c2c84d931b32e4c581e3856f42bc8a5310ca9854
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.11.x

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 at grinn-global.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit a7fdc5686bb269cc3797d7c550f10f75074f2e71)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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).


More information about the buildroot mailing list