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

@@ -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