From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web09.3017.1655104942097483713 for ; Mon, 13 Jun 2022 00:22:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=biEu0jcK; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=01631ee5f2=nickle.wang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25D7GEAW019406; Mon, 13 Jun 2022 07:22:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding; s=pps0720; bh=qjw4yrSL8KJX4pazeObEpuU672ZNrGslJSGdivdqRc4=; b=biEu0jcKmBLHQJaxPdu+bocgZcSZfAExal/LKrTY2S4HSbJ4F1Hn/OEaewDtJarpmrFr HImVnA8IX10o8AgN4qsJbFdDNC/yCoyoJskx1C1aLy5clWXczAvaenOhkTdKFMLkeo2V tnVrqPqfX6mNTkBffGcdqVu4hvj4EFQmVTZmuNa5jV0qa3U/ogPvP7ahDrz9ts8TKm5o 3hIDZ4nhvRhp4cOCh3i91OCslbwQ1iNpaO3hCR1WZw5BEfXnAwDbqoIqpqdP58M4Opdv IkODWVVKvwr6Hm1qVgQurwtLZiZSHZlJQKcaAVac25XaZqwKrpFWm46+zMUKNzuGF7cR Mg== Received: from p1lg14879.it.hpe.com (p1lg14879.it.hpe.com [16.230.97.200]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3gmmemw518-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 Jun 2022 07:22:20 +0000 Received: from p1lg14886.dc01.its.hpecorp.net (unknown [10.119.18.237]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by p1lg14879.it.hpe.com (Postfix) with ESMTPS id 94D231306B; Mon, 13 Jun 2022 07:22:19 +0000 (UTC) Received: from WAFM3XJD5N.asiapacific.hpqcorp.net (unknown [16.231.227.36]) by p1lg14886.dc01.its.hpecorp.net (Postfix) with ESMTP id ED7BE80E7C1; Mon, 13 Jun 2022 07:22:15 +0000 (UTC) From: "Nickle Wang" To: devel@edk2.groups.io Cc: Nickle Wang , Nickle Wang , Abner Chang , Yang Atom , Nick Ramirez Subject: [edk2-staging][PATCH 1/5] edk2-staging/RedfishClientPkg: Update requirements.txt Date: Mon, 13 Jun 2022 15:22:09 +0800 Message-Id: <20220613072209.1148-1-nickle.wang@hpe.com> X-Mailer: git-send-email 2.32.0.windows.2 MIME-Version: 1.0 X-Proofpoint-GUID: LtmU8thharSt00MyXEgghROGy1_A9ZdB X-Proofpoint-ORIG-GUID: LtmU8thharSt00MyXEgghROGy1_A9ZdB X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-13_02,2022-06-09_02,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 spamscore=0 mlxscore=0 mlxlogscore=621 clxscore=1011 impostorscore=0 adultscore=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 phishscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2204290000 definitions=main-2206130032 Content-Transfer-Encoding: quoted-printable From: Nickle Wang Updates the Python module dependency for Redfish Profile Simulator. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- .../Tools/Redfish-Profile-Simulator/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/requirements.= txt b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/requirements.txt index 88807d87c2..359a814461 100644 --- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/requirements.txt +++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/requirements.txt @@ -1,2 +1,5 @@ +Werkzeug=3D=3D0.16=0D +Jinja2=3D=3D3.0.3=0D +itsdangerous=3D=3D2.0.1=0D flask=3D=3D1.1.1=0D pyOpenSSL=0D --=20 2.32.0.windows.2