mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-simplejson: bump to version 3.11.1
Remove Python2 only dependency as the package is compatible with Python3. Add a dot at the end of the help text. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e67e6a72fd
commit
45c468f6a5
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIMPLEJSON_VERSION = 3.10.0
|
||||
PYTHON_SIMPLEJSON_VERSION = 3.11.1
|
||||
PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
|
||||
PYTHON_SIMPLEJSON_SITE = https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6
|
||||
PYTHON_SIMPLEJSON_SITE = https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df
|
||||
PYTHON_SIMPLEJSON_LICENSE = Academic Free License (AFL), MIT
|
||||
PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SIMPLEJSON_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user