python-pyparsing: bump to version 2.0.2, enable on Python 3

This commit bumps the pyparsing package to version 2.0.2, and
therefore enables it usage with Python 3.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
This commit is contained in:
Thomas Petazzoni 2014-09-30 23:38:58 +02:00
parent ce0f19e5f6
commit fad1e2322f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PYTHON_PYPARSING
bool "python-pyparsing"
depends on BR2_PACKAGE_PYTHON
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
help
The pyparsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach,

View File

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_PYPARSING_VERSION = 1.5.6
PYTHON_PYPARSING_VERSION = 2.0.2
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
PYTHON_PYPARSING_SITE = http://downloads.sourceforge.net/project/pyparsing/pyparsing/pyparsing-$(PYTHON_PYPARSING_VERSION)
PYTHON_PYPARSING_LICENSE = MIT