1
0

0.4.27-3-gcc0c587.corrected-the-command-for-the-test-for-python3.patch 501 B

1234567891011121314151617
  1. Subject: Corrected the command for the test for python3
  2. Origin: upstream, commit 0.4.27-3-gcc0c587 <https://github.com/ahupp/python-magic/commit/0.4.27-3-gcc0c587>
  3. Author: ekko <gar001300@gmail.com>
  4. Date: Sat Oct 22 00:45:54 2022 +0530
  5. Forwarded: not-needed
  6. --- a/README.md
  7. +++ b/README.md
  8. @@ -116,7 +116,7 @@
  9. To run against a specific python version:
  10. ```
  11. -LC_ALL=en_US.UTF-8 python3 test/test.py
  12. +LC_ALL=en_US.UTF-8 python3 test/python_magic_test.py
  13. ```
  14. ## libmagic python API compatibility