From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web09.3907.1668061806459644563 for ; Wed, 09 Nov 2022 22:30:06 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=bA4Eu0+y; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: michael.d.kinney@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668061806; x=1699597806; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=j7yL9iRNpb57Ga7h4t9Kem0cGmpDU4dQawI0taHFQ3U=; b=bA4Eu0+y6g8HfuN+gvtej4c4oavdW3qn1u7nTGFGllAjWrdnn8KIzGh5 K8aW3WvoTKwAJzCEseyuwaHjlzSMenxHXJefkfk5LbO/I+NtJSodP/Sdo QJhCXEhQdvnXi4UXbLHRbZ/oqCDFyIYZhxO2MO7MLzK/KXTQbSfc+lzxZ bDASI+Ri21CA0vVh2UXb6eCNf/uN6KBIhQpktwdc/qzsfnI1GDF4T1101 h4F3Rs4vo6L59sqOWSHWCyV9wrnA7h1kb66vmKtncD+pbNRfDjB50k3s3 2onYbatdODtDQi4DhLQG2QmxdpkydObsK5JKNfYeEqzTWjfnbiqMLNIHb g==; X-IronPort-AV: E=McAfee;i="6500,9779,10526"; a="308850988" X-IronPort-AV: E=Sophos;i="5.96,153,1665471600"; d="scan'208";a="308850988" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2022 22:30:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10526"; a="668286017" X-IronPort-AV: E=Sophos;i="5.96,153,1665471600"; d="scan'208";a="668286017" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.75.188]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2022 22:30:05 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Michael Kubacki , Liming Gao , Andrew Fish , Leif Lindholm Subject: [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0 Date: Wed, 9 Nov 2022 22:29:59 -0800 Message-Id: <20221110062959.24-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.37.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4146 Update edk2-pytool-library to version 0.12.0 that adds support for the environment variable PYTOOL_TEMPORARILY_IGNORE_NESTED_EDK_PACKAGES that can be set to true to ignore nested packages instead of breaking the build with an exception. Nested packages are not allowed by the edk2 specifications. This environment variable allows pytools to run with reduced functionality if nested packages are present giving downstream consumers of edk2 that use pytools time to resolve the use of nested packages and restore all features of pytools. Cc: Sean Brogan Cc: Michael Kubacki Cc: Liming Gao Cc: Andrew Fish Cc: Leif Lindholm Signed-off-by: Michael D Kinney --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 74d1bb35f2f2..d7e6b536f987 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,7 +12,7 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers ## -edk2-pytool-library==0.11.6 +edk2-pytool-library==0.12.0 edk2-pytool-extensions~=0.19.1 edk2-basetools==0.1.39 antlr4-python3-runtime==4.7.1 -- 2.37.1.windows.1