From 89be1fcea40f52256533bb80e1ad81e355af4568 Mon Sep 17 00:00:00 2001 From: Grooooot Date: Sat, 22 Feb 2020 21:55:38 +0800 Subject: [PATCH] iSulad: add build require "python2" explicitly Signed-off-by: Grooooot --- iSulad.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iSulad.spec b/iSulad.spec index 9ddd359..d0ab60f 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -34,7 +34,7 @@ BuildRequires: grpc grpc-devel protobuf-devel BuildRequires: libcurl libcurl-devel sqlite-devel BuildRequires: http-parser-devel libevhtp-devel libevent-devel BuildRequires: libseccomp-devel libcap-devel libwebsockets libwebsockets-devel -BuildRequires: systemd-devel git +BuildRequires: systemd-devel git python2 Requires: iSulad-kit lcr lxc clibcni Requires: grpc protobuf yajl -- Gitee