[Buildroot] [git commit] package/python-posix-ipc: enable also for python3

Peter Korsgaard peter at korsgaard.com
Wed Nov 7 22:07:54 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=1182a8baeffb699a60011c8dab2eed3faa2cbcbf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The python-posix-ipc package can be used both with python2 and python3.

Signed-off-by: Daniel Fahlgren <daniel at fahlgren.se>
Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-posix-ipc/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-posix-ipc/Config.in b/package/python-posix-ipc/Config.in
index eba36edd7b..2c62678679 100644
--- a/package/python-posix-ipc/Config.in
+++ b/package/python-posix-ipc/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_POSIX_IPC
 	bool "python-posix-ipc"
-	depends on BR2_PACKAGE_PYTHON
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  The Python extension module posix_ipc gives access to POSIX


More information about the buildroot mailing list