From: Pierre Gondois <pierre.gond...@arm.com> To enable CI support of the tianocore/edk2-platforms repository, add pip requirements file to install the python modules required to perform EDK II Continuous Integration (CI) builds.
This file is a copy of the file from the tianocore/edk2 repository. Any modification to the tianocore/edk2 file must be reflected on the tianocore/edk2-platforms copy. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3509 Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org> Cc: Leif Lindholm <l...@nuviainc.com> Cc: Sean Brogan <sean.bro...@microsoft.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Cc: Sami Mujawar <sami.muja...@arm.com> Co-authored-by: Sami Mujawar <sami.muja...@arm.com> Signed-off-by: Pierre Gondois <pierre.gond...@arm.com> --- pip-requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pip-requirements.txt diff --git a/pip-requirements.txt b/pip-requirements.txt new file mode 100644 index 000000000000..aea2e6ece431 --- /dev/null +++ b/pip-requirements.txt @@ -0,0 +1,18 @@ +## @file +# EDK II Python PIP requirements file +# +# This file provides the list of python components to install using PIP. +# +# Copyright (c) Microsoft Corporation. +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +# https://pypi.org/project/pip/ +# https://pip.pypa.io/en/stable/user_guide/#requirements-files +# https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format +# https://www.python.org/dev/peps/pep-0440/#version-specifiers +## + +edk2-pytool-library==0.10.* +edk2-pytool-extensions~=0.13.3 +edk2-basetools==0.1.2 +antlr4-python3-runtime==4.7.1 -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#83755): https://edk2.groups.io/g/devel/message/83755 Mute This Topic: https://groups.io/mt/87074376/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-