openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / python-thrift / python-thrift.mk
blobd0e3a146856e47c45538d21ae1efbdfc81f7ed23
1 ################################################################################
3 # python-thrift
5 ################################################################################
7 PYTHON_THRIFT_VERSION = 0.9.3
8 PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
9 PYTHON_THRIFT_SITE = https://pypi.python.org/packages/ae/58/35e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55
10 PYTHON_THRIFT_LICENSE = Apache-2.0
11 PYTHON_THRIFT_LICENSE_FILES = setup.py
12 PYTHON_THRIFT_SETUP_TYPE = setuptools
14 $(eval $(python-package))