My point was that having them in a file that you an pass to pip install -r would be a useful thing and make setup easier for the user.
- k
On Oct 18, 2019, at 2:59 AM, David Vincze David.Vincze@arm.com wrote:
Hi Kumar,
We also have one in TF-M: https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/2147/4/docs/user...
David
-----Original Message----- From: Kumar Gala kumar.gala@linaro.org Sent: 17 October 2019 15:52 To: David Vincze David.Vincze@arm.com Cc: tf-m@lists.trustedfirmware.org; nd nd@arm.com Subject: Re: [TF-M] New tool requirement in TF-M
Might be good to have some kinda of requirements.txt that lists out all python modules needed.
In zephyr there is:
https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/requirement...
You can see the install/setup guide details here:
https://docs.zephyrproject.org/latest/getting_started/index.html#install-pyt...
- k
On Oct 17, 2019, at 5:20 AM, David Vincze via TF-M tf-m@lists.trustedfirmware.org wrote:
Hi All,
We will merge this patch (https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/2147/) to TF-M during the day. It adds the cbor 1.0.0 Python package to the list of tools that are required to build TF-M. Once it is merged, this package has to be installed in the build environment, otherwise the builds will fail. The cbor package can be installed with the following command: pip3 install --user cbor (or manually after downloading the package from here: https://pypi.org/project/cbor/).
Regards, David Vincze -- TF-M mailing list TF-M@lists.trustedfirmware.org https://lists.trustedfirmware.org/mailman/listinfo/tf-m