mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user