From 1182a8baeffb699a60011c8dab2eed3faa2cbcbf Mon Sep 17 00:00:00 2001 From: Daniel Fahlgren Date: Tue, 6 Nov 2018 15:06:31 +0100 Subject: [PATCH] package/python-posix-ipc: enable also for python3 The python-posix-ipc package can be used both with python2 and python3. Signed-off-by: Daniel Fahlgren Reviewed-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- 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 -- 2.30.2