Add BuildRequires for python to use gyp file
[platform/core/webapi/libteec.git] / src / tizen-wrt.gyp
1 {
2   'includes':[
3     '/usr/include/webapi-plugins/src/common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'extensions',
8       'type': 'none',
9       'dependencies': [
10         'tool/tool.gyp:*',
11         'teec/teec.gyp:*',
12       ],
13       'conditions': [],
14     },
15   ],
16 }