Commit fad1e232 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: default avatarChristophe Vu-Brugier <cvubrugier@fastmail.fm>
parent ce0f19e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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,
+1 −1
Original line number Diff line number Diff line
@@ -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