mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/python-thrift: bump version to 0.9.3
PYTHON_THRIFT_SUBDIR is not needed anymore. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
010d34b739
commit
7a89b875ee
@@ -4,12 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_THRIFT_VERSION = 0.9.2
|
||||
PYTHON_THRIFT_VERSION = 0.9.3
|
||||
PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
|
||||
PYTHON_THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(PYTHON_THRIFT_VERSION)
|
||||
PYTHON_THRIFT_SITE = https://pypi.python.org/packages/ae/58/35e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55
|
||||
PYTHON_THRIFT_LICENSE = Apache-2.0
|
||||
PYTHON_THRIFT_LICENSE_FILES = LICENSE
|
||||
PYTHON_THRIFT_LICENSE_FILES = setup.py
|
||||
PYTHON_THRIFT_SETUP_TYPE = setuptools
|
||||
PYTHON_THRIFT_SUBDIR = lib/py
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user