From: Daniel Fahlgren Date: Tue, 6 Nov 2018 14:06:31 +0000 (+0100) Subject: package/python-posix-ipc: enable also for python3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1182a8baeffb699a60011c8dab2eed3faa2cbcbf;p=buildroot.git 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 --- 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