mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-webpy: use webpy-0.39 tag
No functional change, but upstream has now tagged the release, so use the
tag instead of the sha1.
https://github.com/webpy/webpy/issues/449
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 01320bb9ff)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# corresponds to 0.39
|
||||
PYTHON_WEBPY_VERSION = 6df75fe581e0e838d28334d5c53f52421560d38b
|
||||
PYTHON_WEBPY_VERSION = webpy-0.39
|
||||
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,$(PYTHON_WEBPY_VERSION))
|
||||
PYTHON_WEBPY_SETUP_TYPE = setuptools
|
||||
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
|
||||
|
||||
Reference in New Issue
Block a user