summaryrefslogtreecommitdiffstats
path: root/package/python-msgpack
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-10 21:16:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-10 22:30:05 +0100
commit597467169f7bee48702f5ed116cd7c8c13876ac2 (patch)
treef30279752d60eb2329bbf007a83e847ceb102ddc /package/python-msgpack
parentb5ac4b329f4fb913715e0941e4cca6e889ed643c (diff)
downloadbuildroot-597467169f7bee48702f5ed116cd7c8c13876ac2.tar.gz
buildroot-597467169f7bee48702f5ed116cd7c8c13876ac2.zip
python-msgpack: remove useless 'depends on' in comment
In commit 6709fad224692ae5e0788bbd30145f7d622b52a4, python-msgpack was bumped to a new version that has support for Python 3. The "depends on BR2_PACKAGE_PYTHON' was removed for the main python-msgpack Config.in option, but not from the comment. This commit fixes this inconsistency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-msgpack')
-rw-r--r--package/python-msgpack/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-msgpack/Config.in b/package/python-msgpack/Config.in
index 7206c22710..7dfe8e81f1 100644
--- a/package/python-msgpack/Config.in
+++ b/package/python-msgpack/Config.in
@@ -13,5 +13,4 @@ config BR2_PACKAGE_PYTHON_MSGPACK
comment "python-msgpack needs a toolchain w/ C++"
depends on BR2_TOOLCHAIN_HAS_SYNC_4
- depends on BR2_PACKAGE_PYTHON
depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud