From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 23 Oct 2019 14:49:14 -0400 Subject: [U-Boot] [PATCHv2 11/13] test/py: Update docs, add requirements.txt for pip In-Reply-To: <013b9757-730e-8fac-fcbb-275f3d140698@wwwdotorg.org> References: <20191018205338.14879-1-trini@konsulko.com> <20191023032010.27725-1-trini@konsulko.com> <20191023032010.27725-12-trini@konsulko.com> <013b9757-730e-8fac-fcbb-275f3d140698@wwwdotorg.org> Message-ID: <20191023184914.GB11173@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Oct 23, 2019 at 12:30:52PM -0600, Stephen Warren wrote: > On 10/22/19 9:20 PM, Tom Rini wrote: > > To be more closely aligned with Python community best practices, we need > > to better document our usage of pip and make use of a requirements.txt > > file that shows the versions of the tools that we are using. This will > > aide in ensuring reproducibility of our tests as well. > > > +In order to execute certain tests on their supported platforms other tools > > +will be required. The following is an incomplete list: > > + > > +| Package | > > +| -------------- | > > +| gdisk | > > +| dfu-util | > > +| dtc | > > This looks like my bug from before, but may as well fix it: That package > doesn't exist, at least on Ubuntu 16.04. There is device-tree-compiler > though. I wonder how best to list that. Upstream is "dtc" and I forget what it's called package-wise on Fedora systems and similar. But since I want to avoid making a distribution specific list maybe I need to add a few words to be clear it's a tool list and not a package list. Doing "apt-cache search dtc" shows device-tree-compiler for example and I bet the dnf equivalent does too. > > +| openssl | > > +| sudo OR guestmount | Note that for example guestmount comes from libguestfs-tools on Debian/similar systems. > > +| e2fsprogs | > > +| dosfstools | > > +| openssl | > > openssl is listed twice. Thanks, fixed. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: