The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-protobuf / python-protobuf.mk
1 ################################################################################
2 #
3 # python-protobuf
4 #
5 ################################################################################
6
7 PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
8 PYTHON_PROTOBUF_SOURCE = $(PROTOBUF_SOURCE)
9 PYTHON_PROTOBUF_SITE = $(PROTOBUF_SITE)
10 PYTHON_PROTOBUF_LICENSE = BSD-3c
11 PYTHON_PROTOBUF_LICENSE_FILES = COPYING.txt
12 PYTHON_PROTOBUF_DEPENDENCIES = host-protobuf
13 PYTHON_PROTOBUF_SETUP_TYPE = setuptools
14 PYTHON_PROTOBUF_SUBDIR = python
15
16 $(eval $(python-package))