From: Ed M. <em...@fr...> - 2019-06-30 12:42:54
|
On Sat, 29 Jun 2019 at 15:29, Joseph Koshy <jk...@us...> wrote: > > What are the version numbers of the Python and py-yaml packages on this system? It will be whatever gets installed by "pkg install -y git py27-yaml". In my branch I added a 'pkg info' upon failure to .cirrus.yml and I see: py27-yaml-5.1 Python YAML parser python27-2.7.15 Interpreted object-oriented programming language I'll add a version of this to .cirrus.yml in the svn repo shortly to help track down issues in the future. python27-2.7.15 Interpreted object-oriented programming language |