From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com []) by mx.groups.io with SMTP id smtpd.web10.9648.1591174092723471280 for ; Wed, 03 Jun 2020 01:48:19 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) IronPort-SDR: +5rb6vSPoFH3nGQpHu1rWchHXte7I3AKegYX+JWOWOExx+p/vc8d2rLqDXompstiebHh0gvVEf Hi9wIp3rAYhg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2020 01:48:19 -0700 IronPort-SDR: yqMkLabFp23LhnBQen74XeC4RAIUfaQwYYcAu31xQ6O8Mso/uQN3sDZjV69b4thSqIKNsFlAT2 mXYsA6PkI9Ww== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,467,1583222400"; d="scan'208";a="470975847" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga006.fm.intel.com with ESMTP; 03 Jun 2020 01:48:17 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v2 3/5] pip-requirements.txt: Add Ecc required lib Date: Wed, 3 Jun 2020 16:48:05 +0800 Message-Id: <20200603084807.24484-4-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20200603084807.24484-1-shenglei.zhang@intel.com> References: <20200603084807.24484-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 --- pip-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-requirements.txt b/pip-requirements.txt index 574dac43b1a6..7e83ddd9b3c9 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 \ No newline at end of file -- 2.18.0.windows.1