From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com []) by mx.groups.io with SMTP id smtpd.web10.53771.1594025331674329881 for ; Mon, 06 Jul 2020 01:48:52 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) IronPort-SDR: T6nadYA8oM4CTrLLdeKZdMsoU+xM/cPcwTkraBc/d+UphvgF6imA/wghD8c1e8PvNgVURfvIpk +f3aV6U+L1SQ== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="135630764" X-IronPort-AV: E=Sophos;i="5.75,318,1589266800"; d="scan'208";a="135630764" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 01:48:52 -0700 IronPort-SDR: b7ZrxyvBU92iY+BhCLZ8WkgR9eM/yRMAjULoRd2oM77BRtM6uZ7pqdinw+54zYKxw9aZmKja23 /YneAIihhUKg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,318,1589266800"; d="scan'208";a="282972491" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 06 Jul 2020 01:48:51 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v7 01/16] pip-requirements.txt: Add Ecc required lib Date: Mon, 6 Jul 2020 16:48:31 +0800 Message-Id: <20200706084846.12748-2-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20200706084846.12748-1-shenglei.zhang@intel.com> References: <20200706084846.12748-1-shenglei.zhang@intel.com> antlr4-python3-runtime is a lib to support Ecc run with Py3.x. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- pip-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-requirements.txt b/pip-requirements.txt index 574dac43b1a6..0fecd37f2a83 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,3 +14,4 @@ edk2-pytool-library==0.10.* edk2-pytool-extensions~=0.13.3 +antlr4-python3-runtime==4.7.1 -- 2.18.0.windows.1