summaryrefslogtreecommitdiffstats
path: root/package/python-crossbar
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-12-18 09:07:04 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 10:47:12 +0100
commita24153a73fc13fb580aa7fcf3c58745ad69e5f8e (patch)
tree91162c6fa47f2c117f2f783570c4dc25e1bb4b63 /package/python-crossbar
parentcd42a19a04965859ef0c1fbfa35548089d425e3b (diff)
downloadbuildroot-a24153a73fc13fb580aa7fcf3c58745ad69e5f8e.tar.gz
buildroot-a24153a73fc13fb580aa7fcf3c58745ad69e5f8e.zip
python-cffi: add missing runtime dependency
python-pycparser is mentioned in setup.py as install_requires, so select it in Config.in. As python-cffi will be installed with python-crossbar's dependencies, remove it from python-crossbar's Config.in. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-crossbar')
-rw-r--r--package/python-crossbar/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-crossbar/Config.in b/package/python-crossbar/Config.in
index faec922e50..2a98467bd4 100644
--- a/package/python-crossbar/Config.in
+++ b/package/python-crossbar/Config.in
@@ -5,7 +5,6 @@ config BR2_PACKAGE_PYTHON_CROSSBAR
select BR2_PACKAGE_PYTHON_AUTOBAHN
select BR2_PACKAGE_PYTHON_CBOR
select BR2_PACKAGE_PYTHON_CLICK
- select BR2_PACKAGE_PYTHON_PYCPARSER
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
select BR2_PACKAGE_PYTHON_JINJA2
select BR2_PACKAGE_PYTHON_LMDB
OpenPOWER on IntegriCloud