diff options
author | Daniel Fahlgren <daniel@fahlgren.se> | 2018-11-06 15:06:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-07 23:07:54 +0100 |
commit | 1182a8baeffb699a60011c8dab2eed3faa2cbcbf (patch) | |
tree | 1f78d8d48df269a4d2947fbfeb6d9b8a5b636b03 /package/python-posix-ipc/Config.in | |
parent | 406f70416ea464a8b39922d54ae30f8e676a329b (diff) | |
download | buildroot-1182a8baeffb699a60011c8dab2eed3faa2cbcbf.tar.gz buildroot-1182a8baeffb699a60011c8dab2eed3faa2cbcbf.zip |
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 <daniel@fahlgren.se>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-posix-ipc/Config.in')
-rw-r--r-- | package/python-posix-ipc/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |