From 53b8dae45dc959bbd37783932e3eee7f0dccad5c Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Fri, 24 May 2019 17:16:39 +0100 Subject: PyYAML decompressed tarball directory name fixed Until this commit, the name of the decompressed tarball directory of PyYAML Python package was wrong. It has to be `PyYAML-version' instead of `pyyaml-version'. When I run the installation on Mac OS system it went up to the end of the installation with no error. However, when I tried to install it on a GNU/Linux system, it complained about no finding the `pyyaml-version' directory, which is the expected because the name was wrong! With this commit, I have fixed this issue by writting correctly the name of the decompressed tarball directory. --- .file-metadata | Bin 6829 -> 6829 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 58dcf8d..0e13322 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1