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.web08.38609.1655775914534018505 for ; Mon, 20 Jun 2022 18:45:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=pMD7FPMJ; 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=01711e5ef9=nickle.wang@hpe.com) Received: from pps.filterd (m0150242.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25KKY54h007885; Tue, 21 Jun 2022 01:45:11 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=zy0KbmKe9HOViNpLFKm0+0+5XOBZlb87IyX4NbFANa0=; b=pMD7FPMJ0Jnhi1cG9N21GagVWuJmb79Gl8vZr8Ffqv335EQGJHvkladMrAfoy0GacQRt RlZv3P48o+FFxnCDsrlltUEwl3Cl+crkOHcocVewSSlcp6xc3/km8yWQbVVL1NIUO/Dh jxBkOv/5pUtsvZ+RvbdeXGjPLKa4DMcAgFbMrjhPTpLaJYphxD244OU+y78kZ9Qs7TFG M3z4WyrPv3qrMFQX3SfSi6H7dN/AbF6MMzKdLnTT/V10y9x1HiSDS/kBZ34MOm8QfPF9 Vut+7TGIV24OI8xURP5b3fyYFDu1vLD+U/OhMK5IGmPuhwSIXeiEUYPKeuTT4ctyvxIv OA== Received: from p1lg14879.it.hpe.com (p1lg14879.it.hpe.com [16.230.97.200]) by mx0a-002e3701.pphosted.com (PPS) with ESMTPS id 3gtjvms2dg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Jun 2022 01:45:11 +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 0A09612EA7; Tue, 21 Jun 2022 01:45:11 +0000 (UTC) Received: from WAFM3XJD5N.asiapacific.hpqcorp.net (unknown [16.231.227.36]) by p1lg14886.dc01.its.hpecorp.net (Postfix) with ESMTP id 6CBCA8032B4; Tue, 21 Jun 2022 01:45:09 +0000 (UTC) From: "Nickle Wang" To: devel@edk2.groups.io Cc: Nickle Wang , Abner Chang , Yang Atom , Nick Ramirez Subject: [edk2-staging][PATCH v2 1/5] edk2-staging/RedfishClientPkg: Update requirements.txt Date: Tue, 21 Jun 2022 09:44:55 +0800 Message-Id: <20220621014454.1006-1-nickle.wang@hpe.com> X-Mailer: git-send-email 2.32.0.windows.2 MIME-Version: 1.0 X-Proofpoint-GUID: 6gbReU2fWenZ_anMGLobR_DoIzERHTk6 X-Proofpoint-ORIG-GUID: 6gbReU2fWenZ_anMGLobR_DoIzERHTk6 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-20_06,2022-06-17_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 mlxscore=0 suspectscore=0 malwarescore=0 lowpriorityscore=0 adultscore=0 spamscore=0 priorityscore=1501 clxscore=1015 mlxlogscore=576 impostorscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2204290000 definitions=main-2206210005 Content-Transfer-Encoding: quoted-printable 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