From 62382404e512a2427bbb3b5f1f1f5dd514a91f28 Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Wed, 25 May 2016 20:05:47 +0900 Subject: [PATCH] modify gbs build error - specify dependency on python directly in spec file Change-Id: Idd9286e387152cc10c4dc548c9741b4e91d68f1a --- packaging/tolua++.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/tolua++.spec b/packaging/tolua++.spec index e4b6156..b53fb26 100644 --- a/packaging/tolua++.spec +++ b/packaging/tolua++.spec @@ -7,6 +7,7 @@ Source1001: tolua++.manifest Url: http://www.codenix.com/~tolua/ Group: Development/Libraries License: MIT +BuildRequires: python BuildRequires: scons BuildRequires: lua-devel BuildRequires: gcc-c++ -- 2.7.4